about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox/packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox/packages.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox/packages.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index 7ac1f85c69e5..935be6230cd3 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -28,12 +28,6 @@ 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 ];