gst_all_1.gst-plugins-bad: enable parallel building
This commit is contained in:
parent
683047f8ab
commit
199b426812
|
@ -70,4 +70,6 @@ stdenv.mkDerivation rec {
|
|||
++ optional (!stdenv.isDarwin) wildmidi;
|
||||
|
||||
LDFLAGS = optionalString stdenv.isDarwin "-lintl";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue