Skip to content

Commit

Permalink
p11-kit: conditionalize check flags for now (#355228)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Nov 11, 2024
2 parents 2e58289 + 34f5aba commit 1ca0de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/p1/p11-kit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];
Expand Down

0 comments on commit 1ca0de5

Please sign in to comment.