about summary refs log tree commit diff
path: root/pkgs/tools/backup/burp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/backup/burp/default.nix')
-rw-r--r--pkgs/tools/backup/burp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/burp/default.nix b/pkgs/tools/backup/burp/default.nix
index 4684631efe9a..dad8fefced89 100644
--- a/pkgs/tools/backup/burp/default.nix
+++ b/pkgs/tools/backup/burp/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   # use openssl_legacy due to burp-2.4.0 not supporting file encryption with openssl 3.0
   # replace with 'openssl' once burp-3.x has been declared stable and this package upgraded
   buildInputs = [ librsync ncurses openssl_legacy zlib uthash ]
-    ++ lib.optional (!stdenv.isDarwin) acl;
+    ++ lib.optional (!stdenv.hostPlatform.isDarwin) acl;
 
   configureFlags = [ "--localstatedir=/var" ];