libwebp: enable parallel building
This commit is contained in:
parent
da3ec20a72
commit
af1fca07e0
@ -57,6 +57,8 @@ stdenv.mkDerivation rec {
|
|||||||
++ optional tiffSupport libtiff
|
++ optional tiffSupport libtiff
|
||||||
++ optional gifSupport giflib;
|
++ optional gifSupport giflib;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tools and library for the WebP image format";
|
description = "Tools and library for the WebP image format";
|
||||||
homepage = https://developers.google.com/speed/webp/;
|
homepage = https://developers.google.com/speed/webp/;
|
||||||
|
Loading…
Reference in New Issue
Block a user