Commit 516ed1c7 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

snes9x: enableParallelBuilding = true

parent 34b71eba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -102,6 +102,8 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  enableParallelBuilding = true;

  meta = let
    interface = if withGtk then "GTK" else "X11";
  in