about summary refs log tree commit diff
path: root/pkgs/tools/misc/barman/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/barman/default.nix')
-rw-r--r--pkgs/tools/misc/barman/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/barman/default.nix b/pkgs/tools/misc/barman/default.nix
index 20bdb11d01799..7e1eea61d0a93 100644
--- a/pkgs/tools/misc/barman/default.nix
+++ b/pkgs/tools/misc/barman/default.nix
@@ -48,7 +48,7 @@ python3Packages.buildPythonApplication rec {
       # Assertion error
       "test_help_output"
     ]
-    ++ lib.optionals stdenv.isDarwin [
+    ++ lib.optionals stdenv.hostPlatform.isDarwin [
       # FsOperationFailed
       "test_get_file_mode"
     ];