patchelfUnstable: disable tests on Darwin since they've long failed

Bit of context/discussion:
https://github.com/NixOS/nixpkgs/pull/45449#issuecomment-414844592
This commit is contained in:
Will Dietz 2018-08-21 19:06:45 -05:00
parent e12871912e
commit 7bf9b4256e

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ ];
doCheck = true;
doCheck = !stdenv.isDarwin;
meta = {
homepage = https://nixos.org/patchelf.html;