From 0d7a0a502e9a2f96a20658e1ce7d240f34227a23 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Dec 2011 18:35:23 +0000 Subject: [PATCH] spring: tell Hydra that it shouldn't attempt to build that package an Cygwin (fails with an assertion) svn path=/nixpkgs/trunk/; revision=30834 --- pkgs/games/spring/default.nix | 6 +++--- 1 file 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 +}