about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-10-02 12:43:55 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-10-02 12:43:55 +0200
commitfe970a82ece66e08d5400c22eebd2c2ec19b5457 (patch)
tree0b594955a7facb82258acabadef4ef1f17b8e654
parent56621c016d543f58817e0dc2c6189bf635ae9799 (diff)
downloadnixlib-fe970a82ece66e08d5400c22eebd2c2ec19b5457.tar
nixlib-fe970a82ece66e08d5400c22eebd2c2ec19b5457.tar.gz
nixlib-fe970a82ece66e08d5400c22eebd2c2ec19b5457.tar.bz2
nixlib-fe970a82ece66e08d5400c22eebd2c2ec19b5457.tar.lz
nixlib-fe970a82ece66e08d5400c22eebd2c2ec19b5457.tar.xz
nixlib-fe970a82ece66e08d5400c22eebd2c2ec19b5457.tar.zst
nixlib-fe970a82ece66e08d5400c22eebd2c2ec19b5457.zip
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.
-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 ];