mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
blackbox: only doCheck on x86_64-linux
This commit is contained in:
parent
a2c2a38f70
commit
a47005debe
|
@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ gnupg ];
|
||||
|
||||
doCheck = true;
|
||||
# https://github.com/NixOS/nixpkgs/issues/134445
|
||||
doCheck = !stdenv.isDarwin && stdenv.isx86_64;
|
||||
|
||||
checkInputs = [
|
||||
expect
|
||||
|
|
Loading…
Reference in a new issue