mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
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
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
prePatch = ''
|
||||
substituteInPlace cont/base/make_gamedata_arch.sh --replace "#!/bin/sh" "#!${stdenv.shell}/bin/sh" \
|
||||
--replace "which" "type -p"
|
||||
--replace "which" "type -p"
|
||||
'';
|
||||
|
||||
#patches = [ ./gcc44.patch];
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue