summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-11-10 16:10:25 +0200
committerGitHub <noreply@github.com>2023-11-10 16:10:25 +0200
commit714e527a726c9613fca8e13586a1b19198d68d9b (patch)
tree1c9b08593acf31de24e001f6fd254d5d5a31fa68 /pkgs/tools/filesystems
parent6acc8efb6576a4e1e280336b01383b216af6060a (diff)
parent70a2dc87f69c340f0f06eb67e119e4c82fb1eab0 (diff)
Merge pull request #266584 from wegank/makefu-packages
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/snapraid/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/snapraid/default.nix b/pkgs/tools/filesystems/snapraid/default.nix
index 9ce1461ffaeed..d945a4a400942 100644
--- a/pkgs/tools/filesystems/snapraid/default.nix
+++ b/pkgs/tools/filesystems/snapraid/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   VERSION = version;
 
-  doCheck = true;
+  doCheck = !(stdenv.isDarwin && stdenv.isx86_64);
 
   nativeBuildInputs = [ autoreconfHook ];
   buildInputs = [ ];