mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 22:07:38 +00:00
firefox: use our own libwebp
This commit is contained in:
parent
2f31fe95fd
commit
cfcc611cb4
@ -17,6 +17,7 @@
|
|||||||
, libGLU, libGL, sqlite, unzip, makeWrapper
|
, libGLU, libGL, sqlite, unzip, makeWrapper
|
||||||
, hunspell, libevent, libstartup_notification
|
, hunspell, libevent, libstartup_notification
|
||||||
, libvpx
|
, libvpx
|
||||||
|
, libwebp
|
||||||
, icu, libpng, glib, pciutils
|
, icu, libpng, glib, pciutils
|
||||||
, autoconf, which, gnused, rustPackages, rustPlatform
|
, autoconf, which, gnused, rustPackages, rustPlatform
|
||||||
, rust-cbindgen, nodejs, nasm, fetchpatch
|
, rust-cbindgen, nodejs, nasm, fetchpatch
|
||||||
@ -179,6 +180,7 @@ buildStdenv.mkDerivation ({
|
|||||||
libevent libstartup_notification
|
libevent libstartup_notification
|
||||||
libpng glib
|
libpng glib
|
||||||
nasm icu libvpx
|
nasm icu libvpx
|
||||||
|
libwebp
|
||||||
nspr nss
|
nspr nss
|
||||||
]
|
]
|
||||||
++ lib.optional alsaSupport alsa-lib
|
++ lib.optional alsaSupport alsa-lib
|
||||||
@ -267,6 +269,7 @@ buildStdenv.mkDerivation ({
|
|||||||
"--with-libclang-path=${llvmPackages.libclang.lib}/lib"
|
"--with-libclang-path=${llvmPackages.libclang.lib}/lib"
|
||||||
"--with-system-nspr"
|
"--with-system-nspr"
|
||||||
"--with-system-nss"
|
"--with-system-nss"
|
||||||
|
"--with-system-webp"
|
||||||
]
|
]
|
||||||
++ lib.optional (buildStdenv.isDarwin) "--disable-xcode-checks"
|
++ lib.optional (buildStdenv.isDarwin) "--disable-xcode-checks"
|
||||||
++ lib.optional (!ltoSupport) "--with-clang-path=${llvmPackages.clang}/bin/clang"
|
++ lib.optional (!ltoSupport) "--with-clang-path=${llvmPackages.clang}/bin/clang"
|
||||||
|
Loading…
Reference in New Issue
Block a user