firefox-esr: fixup build after version bump

It's included in there already, but we can't drop the patch yet,
as e.g. thunderbird still needs it, as of 115.11.1.
This commit is contained in:
Vladimír Čunát 2024-06-12 10:17:22 +02:00
parent df94dae209
commit 37366d94ec
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -267,7 +267,7 @@ buildStdenv.mkDerivation {
hash = "sha256-2IpdSyye3VT4VB95WurnyRFtdN1lfVtYpgEiUVhfNjw=";
})
]
++ lib.optionals (lib.versionOlder version "125") [
++ lib.optionals (lib.versionOlder version "115.12") [
./rust-1.78.patch
]
++ extraPatches;