about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2018-09-11 23:20:20 +0200
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2018-09-14 14:22:56 +0200
commitffafe959ee302fe645a77dfae9a719b5d6709fa3 (patch)
treefba6cb1f4587f3460c9a1faa3cfa244b3c1298c7 /pkgs/applications
parent7c1b85cf6de1dc431e5736bff8adf01224e6abe5 (diff)
downloadnixlib-ffafe959ee302fe645a77dfae9a719b5d6709fa3.tar
nixlib-ffafe959ee302fe645a77dfae9a719b5d6709fa3.tar.gz
nixlib-ffafe959ee302fe645a77dfae9a719b5d6709fa3.tar.bz2
nixlib-ffafe959ee302fe645a77dfae9a719b5d6709fa3.tar.lz
nixlib-ffafe959ee302fe645a77dfae9a719b5d6709fa3.tar.xz
nixlib-ffafe959ee302fe645a77dfae9a719b5d6709fa3.tar.zst
nixlib-ffafe959ee302fe645a77dfae9a719b5d6709fa3.zip
rustc: 1.27 -> 1.29
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/firefox/packages.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index 984d80167c39..b8f05cc8e5d6 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -28,6 +28,12 @@ rec {
 
     patches = nixpkgsPatches ++ [
       ./no-buildconfig.patch
+      # fix build with rust >= 1.29 and firefox < 63
+      # https://bugzilla.mozilla.org/show_bug.cgi?id=1479540
+      (fetchpatch {
+        url = "https://github.com/mozilla/gecko-dev/commit/eec0d4f8714e6671402d41632232ef57348e65c4.patch";
+        sha256 = "1cjaqx811bcnp8b6z16q25csaclaic3b11q45ck02srd99n8qp0j";
+      })
     ];
 
     extraNativeBuildInputs = [ python3 ];