3
0
Fork 0
forked from mirrors/nixpkgs

spring: tell Hydra that it shouldn't attempt to build that package an Cygwin (fails with an assertion)

svn path=/nixpkgs/trunk/; revision=30834
This commit is contained in:
Peter Simons 2011-12-11 18:35:23 +00:00
parent a856742950
commit 0d7a0a502e

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
description = "A powerful real-time strategy(RTS) game engine";
license = licenses.gpl2;
maintainers = [ maintainers.phreedom ];
platforms = platforms.all;
platforms = platforms.unix;
};
}