summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-12-11 18:35:23 +0000
committerPeter Simons <simons@cryp.to>2011-12-11 18:35:23 +0000
commit0d7a0a502e9a2f96a20658e1ce7d240f34227a23 (patch)
treee6d0eebede16a792393de48d282ac8f1ebc8c67c /pkgs/games
parenta8567429505ef609441779e45d571673324aea54 (diff)
downloadnixlib-0d7a0a502e9a2f96a20658e1ce7d240f34227a23.tar
nixlib-0d7a0a502e9a2f96a20658e1ce7d240f34227a23.tar.gz
nixlib-0d7a0a502e9a2f96a20658e1ce7d240f34227a23.tar.bz2
nixlib-0d7a0a502e9a2f96a20658e1ce7d240f34227a23.tar.lz
nixlib-0d7a0a502e9a2f96a20658e1ce7d240f34227a23.tar.xz
nixlib-0d7a0a502e9a2f96a20658e1ce7d240f34227a23.tar.zst
nixlib-0d7a0a502e9a2f96a20658e1ce7d240f34227a23.zip
spring: tell Hydra that it shouldn't attempt to build that package an Cygwin (fails with an assertion)
svn path=/nixpkgs/trunk/; revision=30834
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/spring/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index 1599b6f76441..2991f3de92ee 100644
--- a/pkgs/games/spring/default.nix
+++ b/pkgs/games/spring/default.nix
@@ -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;
   };
-}
\ No newline at end of file
+}