mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
p11-kit: conditionalize check flags for now
This commit is contained in:
parent
2e582898c9
commit
34f5abab7a
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
||||
]))
|
||||
];
|
||||
|
||||
mesonCheckFlags = [
|
||||
mesonCheckFlags = lib.optionals (stdenv.buildPlatform.isDarwin && stdenv.buildPlatform.isx86_64) [
|
||||
# Tests regularly exceed the default timeout on `x86_64-darwin`.
|
||||
"--timeout-multiplier=0"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user