snapraid: run tests on x86_64-darwin (#371331)

This commit is contained in:
Emily
2025-01-06 13:52:04 +00:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
VERSION = version;
doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64);
doCheck = true;
nativeBuildInputs = [
autoreconfHook