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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user