Skip to content

Commit 1978b2c

Browse files
authored
snapraid: run tests on x86_64-darwin (NixOS#371331)
2 parents 79d947d + 001bc72 commit 1978b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/sn/snapraid/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
2020

2121
VERSION = version;
2222

23-
doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64);
23+
doCheck = true;
2424

2525
nativeBuildInputs = [
2626
autoreconfHook

0 commit comments

Comments
 (0)