Author: simons
Date: Sun Dec 11 18:35:23 2011
New Revision: 30834
URL: https://nixos.org/websvn/nix/?rev=30834&sc=1
Log:
spring: tell Hydra that it shouldn't attempt to build that package an Cygwin
(fails with an assertion)
Modified:
nixpkgs/trunk/pkgs/games/spring/default.nix
Modified: nixpkgs/trunk/pkgs/games/spring/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/games/spring/default.nix Sun Dec 11 18:35:20 2011
(r30833)
+++ nixpkgs/trunk/pkgs/games/spring/default.nix Sun Dec 11 18:35:23 2011
(r30834)
@@ -20,7 +20,7 @@
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 @@
description = "A powerful real-time strategy(RTS) game engine";
license = licenses.gpl2;
maintainers = [ maintainers.phreedom ];
- platforms = platforms.all;
+ platforms = platforms.unix;
};
-}
\ No newline at end of file
+}
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits