vapoursynth: enable parallel building

This commit is contained in:
Orivej Desh 2018-07-03 15:04:20 +00:00
parent 2afe06c18f
commit 99e0f93aac

View File

@ -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/;