about summary refs log tree commit diff
path: root/pkgs/tools/games/ajour/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/games/ajour/default.nix')
-rw-r--r--pkgs/tools/games/ajour/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/games/ajour/default.nix b/pkgs/tools/games/ajour/default.nix
index 7416d4f717ab..5ed670a77de6 100644
--- a/pkgs/tools/games/ajour/default.nix
+++ b/pkgs/tools/games/ajour/default.nix
@@ -92,7 +92,7 @@ in rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/casperstorm/ajour";
     changelog = "https://github.com/casperstorm/ajour/blob/master/CHANGELOG.md";
     license = licenses.mit;
-    broken = stdenv.isDarwin;
+    broken = stdenv.hostPlatform.isDarwin;
     maintainers = with maintainers; [ hexa ];
   };
 }