mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
parent
cf99011528
commit
ee82343573
@ -60,11 +60,6 @@ stdenv.mkDerivation rec {
|
||||
]))
|
||||
];
|
||||
|
||||
${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"
|
||||
];
|
||||
|
||||
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user