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:
parent
e12871912e
commit
7bf9b4256e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ ];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = {
|
||||
homepage = https://nixos.org/patchelf.html;
|
||||
|
|
Loading…
Reference in a new issue