forked from mirrors/nixpkgs
dwarf-therapist: disable Hydra builds because of unfree dwarf-fortress dependency
This commit is contained in:
parent
f5e8f1ccc1
commit
3618e03be9
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Tool to manage dwarves in in a running game of Dwarf Fortress";
|
||||
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||
license = "MIT";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.none;
|
||||
homepage = https://code.google.com/r/splintermind-attributes/;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue