gst_1 base plugins: enableParallelBuilding

This package seems to be quite a bottleneck otherwise.
This commit is contained in:
Vladimír Čunát 2014-08-12 22:17:38 +02:00
parent d66c0a55da
commit 6a164e24ae
1 changed files with 3 additions and 0 deletions

View File

@ -29,4 +29,7 @@ stdenv.mkDerivation rec {
];
propagatedBuildInputs = [ gstreamer ];
enableParallelBuilding = true;
}