mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
libwebp: enable parallel building
This commit is contained in:
parent
da3ec20a72
commit
af1fca07e0
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user