about summary refs log tree commit diff
path: root/pkgs/games/manaplus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/manaplus/default.nix')
-rw-r--r--pkgs/games/manaplus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/manaplus/default.nix b/pkgs/games/manaplus/default.nix
index deb12d45ad4b7..768a971d83465 100644
--- a/pkgs/games/manaplus/default.nix
+++ b/pkgs/games/manaplus/default.nix
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
     description = "Free OpenSource 2D MMORPG client";
     homepage = "https://manaplus.org/";
     license = lib.licenses.gpl2Plus;
-    broken = stdenv.isDarwin;
+    broken = stdenv.hostPlatform.isDarwin;
   };
 }