firefox: fix indexedDB for 71.0

Adapted original patch[0] to also fix dom localstorage.

[0]: https://bugzilla.mozilla.org/show_bug.cgi?id=1601707#c6
This commit is contained in:
Franz Pletz
2019-12-07 19:28:47 +01:00
parent 262e79e3c3
commit a1e4ee6d4f
2 changed files with 102 additions and 1 deletions
@@ -110,7 +110,8 @@ let
url = "https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/09c7fa0dc1d87922e3b464c0fa084df1227fca79/extra/firefox/build-arm-libopus.patch";
sha256 = "1zg56v3lc346fkzcjjx21vjip2s9hb2xw4pvza1dsfdnhsnzppfp";
})
] ++ patches;
] ++ lib.optional (lib.versionAtLeast ffversion "71") ./fix-ff71-lto.patch
++ patches;
in