firefox-esr-52: needs libXdamage headers
This commit is contained in:
parent
3551068153
commit
edbb386dc6
@ -8,7 +8,7 @@
|
|||||||
, libjpeg, zlib, dbus, dbus-glib, bzip2, xorg
|
, libjpeg, zlib, dbus, dbus-glib, bzip2, xorg
|
||||||
, freetype, fontconfig, file, nspr, nss, libnotify
|
, freetype, fontconfig, file, nspr, nss, libnotify
|
||||||
, yasm, libGLU_combined, sqlite, unzip, makeWrapper
|
, yasm, libGLU_combined, sqlite, unzip, makeWrapper
|
||||||
, hunspell, libevent, libstartup_notification, libvpx
|
, hunspell, libXdamage, libevent, libstartup_notification, libvpx
|
||||||
, icu, libpng, jemalloc, glib
|
, icu, libpng, jemalloc, glib
|
||||||
, autoconf213, which, gnused, cargo, rustc, llvmPackages
|
, autoconf213, which, gnused, cargo, rustc, llvmPackages
|
||||||
, rust-cbindgen, nodejs, nasm
|
, rust-cbindgen, nodejs, nasm
|
||||||
@ -120,6 +120,7 @@ stdenv.mkDerivation rec {
|
|||||||
icu libpng jemalloc glib
|
icu libpng jemalloc glib
|
||||||
]
|
]
|
||||||
++ lib.optionals (!isTorBrowserLike) [ nspr nss ]
|
++ lib.optionals (!isTorBrowserLike) [ nspr nss ]
|
||||||
|
++ lib.optional (lib.versionOlder ffversion "53") libXdamage
|
||||||
++ lib.optional (lib.versionOlder ffversion "61") hunspell
|
++ lib.optional (lib.versionOlder ffversion "61") hunspell
|
||||||
|
|
||||||
# >= 66 requires nasm for the AV1 lib dav1d
|
# >= 66 requires nasm for the AV1 lib dav1d
|
||||||
|
Loading…
Reference in New Issue
Block a user