p11-kit: disable test timeouts
Fixes the build for me.
This commit is contained in:
@@ -60,6 +60,11 @@ stdenv.mkDerivation rec {
|
||||
]))
|
||||
];
|
||||
|
||||
mesonCheckFlags = [
|
||||
# Tests regularly exceed the default timeout on `x86_64-darwin`.
|
||||
"--timeout-multiplier=0"
|
||||
];
|
||||
|
||||
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user