mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 05:58:39 +00: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