about summary refs log tree commit diff
path: root/pkgs/tools/graphics/amber/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/amber/default.nix')
-rw-r--r--pkgs/tools/graphics/amber/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/amber/default.nix b/pkgs/tools/graphics/amber/default.nix
index 0d86e5c75bfb4..12ff88d1340e8 100644
--- a/pkgs/tools/graphics/amber/default.nix
+++ b/pkgs/tools/graphics/amber/default.nix
@@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
     makeWrapper
     pkg-config
     python3
-  ] ++ lib.optionals stdenv.isDarwin [
+  ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
     cctools
   ];