1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

firefox-esr-60: drop skia patch on aarch64

This commit is contained in:
Andreas Rammhold 2018-11-07 13:21:17 +01:00
parent 9973a266ab
commit c8d45086d1
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -8,12 +8,6 @@ let
./env_var_for_system_dir.patch
];
firefox60_aarch64_skia_patch = fetchpatch {
name = "aarch64-skia.patch";
url = https://src.fedoraproject.org/rpms/firefox/raw/8cff86d95da3190272d1beddd45b41de3148f8ef/f/build-aarch64-skia.patch;
sha256 = "11acb0ms4jrswp7268nm2p8g8l4lv8zc666a5bqjbb09x9k6b78k";
};
in
rec {
@ -82,7 +76,7 @@ rec {
# this one is actually an omnipresent bug
# https://bugzilla.mozilla.org/show_bug.cgi?id=1444519
./fix-pa-context-connect-retval.patch
] ++ lib.optional stdenv.isAarch64 firefox60_aarch64_skia_patch;
];
meta = firefox.meta // {
description = "A web browser built from Firefox Extended Support Release source tree";