mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
perlPackages.GnuPH: disable tests on aarch64
This commit is contained in:
parent
1e65085e86
commit
ce9436613a
@ -7777,6 +7777,7 @@ let
|
||||
sha256 = "af53f2d3f63297e046676eae14a76296afdd2910e09723b6b113708622b7989b";
|
||||
};
|
||||
buildInputs = [ pkgs.gnupg1orig ];
|
||||
doCheck = !stdenv.isAarch64;
|
||||
};
|
||||
|
||||
GnuPGInterface = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user