We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c330f99 commit 7c8c47bCopy full SHA for 7c8c47b
release.nix
@@ -39,7 +39,7 @@ let
39
releaseTools.nixBuild {
40
name = "patchelf";
41
src = tarball;
42
- doCheck = system != "i686-cygwin" && system != "i686-solaris";
+ doCheck = !stdenv.isDarwin && system != "i686-cygwin" && system != "i686-solaris";
43
});
44
45
0 commit comments