1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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.
This commit is contained in:
Vladimír Čunát 2018-10-02 12:43:55 +02:00
parent 56621c016d
commit fe970a82ec
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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 ];