mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
buildMozillaMach: Apply musl compat patch up to 114.0
A slightly modified version landed in 114.0a1. Related: mozbz#1830040
This commit is contained in:
parent
f873350afd
commit
365041415b
@ -230,8 +230,9 @@ buildStdenv.mkDerivation ({
|
||||
url = "https://hg.mozilla.org/mozilla-central/raw-rev/1068e0955cfb";
|
||||
hash = "sha256-iPqmofsmgvlFNm+mqVPbdgMKmP68ANuzYu+PzfCpoNA=";
|
||||
})
|
||||
] ++ [
|
||||
] ++ lib.optionals (lib.versionOlder version "114.0") [
|
||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1830040
|
||||
# https://hg.mozilla.org/mozilla-central/rev/cddb250a28d8
|
||||
(fetchpatch {
|
||||
url = "https://git.alpinelinux.org/aports/plain/community/firefox/avoid-redefinition.patch?id=2f620d205ed0f9072bbd7714b5ec1b7bf6911c12";
|
||||
hash = "sha256-fLUYaJwhrC/wF24HkuWn2PHqz7LlAaIZ1HYjRDB2w9A=";
|
||||
|
Loading…
Reference in New Issue
Block a user