From fe970a82ece66e08d5400c22eebd2c2ec19b5457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 2 Oct 2018 12:43:55 +0200 Subject: [PATCH] firefox: drop patch that's applied already It's a bit weird that noone's noticed, but I guess it's because of a merge or rebase. --- pkgs/applications/networking/browsers/firefox/packages.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix index 7ac1f85c69e..935be6230cd 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 ];