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:
parent
a856742950
commit
0d7a0a502e
|
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A powerful real-time strategy(RTS) game engine";
|
description = "A powerful real-time strategy(RTS) game engine";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.phreedom ];
|
maintainers = [ maintainers.phreedom ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue