3
0
Fork 0
forked from mirrors/nixpkgs

dwarf-therapist: disable Hydra builds because of unfree dwarf-fortress dependency

This commit is contained in:
Peter Simons 2013-10-27 12:32:42 +01:00
parent f5e8f1ccc1
commit 3618e03be9

View file

@ -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/;
};
}