about summary refs log tree commit diff
path: root/pkgs/by-name/op/openpgp-ca/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/op/openpgp-ca/package.nix')
-rw-r--r--pkgs/by-name/op/openpgp-ca/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/op/openpgp-ca/package.nix b/pkgs/by-name/op/openpgp-ca/package.nix
index e97087ccf596..e2397c5413db 100644
--- a/pkgs/by-name/op/openpgp-ca/package.nix
+++ b/pkgs/by-name/op/openpgp-ca/package.nix
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
     sqlite
     pcsclite
     nettle
-  ] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ PCSC Security SystemConfiguration ]);
+  ] ++ lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk.frameworks; [ PCSC Security SystemConfiguration ]);
 
   # Most tests rely on gnupg being able to write to /run/user
   # gnupg refuses to respect the XDG_RUNTIME_DIR variable, so we skip the tests