Skip to content

Commit

Permalink
p11-kit: only cause rebuild on x86_64-darwin where it fails
Browse files Browse the repository at this point in the history
Fixes: 34f5aba
(cherry picked from commit 2cb56f3)
  • Loading branch information
emilazy authored and vcunat committed Dec 26, 2024
1 parent ae10f27 commit 7c19687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/p11-kit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
))
];

mesonCheckFlags = [
${if stdenv.buildPlatform.isDarwin && stdenv.buildPlatform.isx86_64 then "mesonCheckFlags" else null} = [
# Tests regularly exceed the default timeout on `x86_64-darwin`.
"--timeout-multiplier=0"
];
Expand Down

0 comments on commit 7c19687

Please sign in to comment.