snes9x: enableParallelBuilding = true

This commit is contained in:
Thiago Kenji Okada
2024-07-15 15:05:04 +01:00
parent 34b71eba0d
commit 516ed1c72c
+2
View File
@@ -102,6 +102,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
enableParallelBuilding = true;
meta = let
interface = if withGtk then "GTK" else "X11";
in