pixman: skip tests on darwin as they timeout
This commit is contained in:
parent
d03ae62edd
commit
f7ee64cae3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
postInstall = glib.flattenInclude;
|
||||
|
||||
|
|
Loading…
Reference in a new issue