summary refs log tree commit diff
path: root/pkgs/games/worldofgoo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/worldofgoo/default.nix')
-rw-r--r--pkgs/games/worldofgoo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/worldofgoo/default.nix b/pkgs/games/worldofgoo/default.nix
index 9684f3b876a8..ad86072dd1ca 100644
--- a/pkgs/games/worldofgoo/default.nix
+++ b/pkgs/games/worldofgoo/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
     then "WorldOfGooDemo-1.41"
     else "WorldofGoo-1.41";
 
-  arch = if stdenv.system == "x86_64-linux" then "supported"
+  arch = if stdenv.hostPlatform.system == "x86_64-linux" then "supported"
     else throw "Sorry. World of Goo only is only supported on x86_64 now.";
 
   goBuyItNow = ''