SDL2_gfx: enable parallel building

This commit is contained in:
Sergei Trofimovich
2025-04-20 09:50:45 +01:00
parent 3e5b16c2cf
commit 136eb348f8
+2
View File
@@ -49,6 +49,8 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
enableParallelBuilding = true;
passthru = {
tests.pkg-config = testers.hasPkgConfigModules {
package = finalAttrs.finalPackage;