mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
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:
parent
df94dae209
commit
37366d94ec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue