pixman: skip tests on darwin as they timeout
This commit is contained in:
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
postInstall = glib.flattenInclude;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user