pixman: skip tests on darwin as they timeout

This commit is contained in:
Domen Kožar 2024-03-21 09:12:47 +00:00
parent d03ae62edd
commit f7ee64cae3
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
doCheck = true;
doCheck = !stdenv.isDarwin;
postInstall = glib.flattenInclude;