vapoursynth: enable parallel building
This commit is contained in:
parent
2afe06c18f
commit
99e0f93aac
@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
|
|||||||
(optionalString (!imwriSupport) "--disable-imwri")
|
(optionalString (!imwriSupport) "--disable-imwri")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A video processing framework with the future in mind";
|
description = "A video processing framework with the future in mind";
|
||||||
homepage = http://www.vapoursynth.com/;
|
homepage = http://www.vapoursynth.com/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user