libwebp: enable parallel building

This commit is contained in:
Orivej Desh 2019-06-13 08:38:42 +00:00
parent da3ec20a72
commit af1fca07e0

View file

@ -57,6 +57,8 @@ stdenv.mkDerivation rec {
++ optional tiffSupport libtiff
++ optional gifSupport giflib;
enableParallelBuilding = true;
meta = {
description = "Tools and library for the WebP image format";
homepage = https://developers.google.com/speed/webp/;