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
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace cont/base/make_gamedata_arch.sh --replace "#!/bin/sh" "#!${stdenv.shell}/bin/sh" \
|
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];
|
#patches = [ ./gcc44.patch];
|
||||||
|
@ -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