Merge pull request #297660 from domenkozar/pixman-skip-tests

pixman: skip tests on darwin as they timeout
This commit is contained in:
Domen Kožar 2024-03-22 19:20:26 +07:00 committed by GitHub
commit 649ccceeca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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