about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2019-03-31 20:55:05 +0000
committerGitHub <noreply@github.com>2019-03-31 20:55:05 +0000
commitedbb386dc6d542e6dc7baf3cfcdea540535119f6 (patch)
treee7c04f0a40ea05a96021418804ead93ca290094d /pkgs/applications/networking/browsers/firefox
parent35510681537f8663fe5a4bfd45c84bd63131bca0 (diff)
downloadnixlib-edbb386dc6d542e6dc7baf3cfcdea540535119f6.tar
nixlib-edbb386dc6d542e6dc7baf3cfcdea540535119f6.tar.gz
nixlib-edbb386dc6d542e6dc7baf3cfcdea540535119f6.tar.bz2
nixlib-edbb386dc6d542e6dc7baf3cfcdea540535119f6.tar.lz
nixlib-edbb386dc6d542e6dc7baf3cfcdea540535119f6.tar.xz
nixlib-edbb386dc6d542e6dc7baf3cfcdea540535119f6.tar.zst
nixlib-edbb386dc6d542e6dc7baf3cfcdea540535119f6.zip
firefox-esr-52: needs libXdamage headers
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox')
-rw-r--r--pkgs/applications/networking/browsers/firefox/common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix
index 15de1a763d90..9dc04eba1dff 100644
--- a/pkgs/applications/networking/browsers/firefox/common.nix
+++ b/pkgs/applications/networking/browsers/firefox/common.nix
@@ -8,7 +8,7 @@
 , libjpeg, zlib, dbus, dbus-glib, bzip2, xorg
 , freetype, fontconfig, file, nspr, nss, libnotify
 , yasm, libGLU_combined, sqlite, unzip, makeWrapper
-, hunspell, libevent, libstartup_notification, libvpx
+, hunspell, libXdamage, libevent, libstartup_notification, libvpx
 , icu, libpng, jemalloc, glib
 , autoconf213, which, gnused, cargo, rustc, llvmPackages
 , rust-cbindgen, nodejs, nasm
@@ -120,6 +120,7 @@ stdenv.mkDerivation rec {
     icu libpng jemalloc glib
   ]
   ++ lib.optionals (!isTorBrowserLike) [ nspr nss ]
+  ++ lib.optional (lib.versionOlder ffversion "53") libXdamage
   ++ lib.optional (lib.versionOlder ffversion "61") hunspell
 
   # >= 66 requires nasm for the AV1 lib dav1d