From 37366d94ecb07af1abaad2365e40ceedf93074c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 12 Jun 2024 10:17:22 +0200 Subject: [PATCH] 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. --- pkgs/applications/networking/browsers/firefox/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix index d518aeec23fe..81ab6cd1fa17 100644 --- a/pkgs/applications/networking/browsers/firefox/common.nix +++ b/pkgs/applications/networking/browsers/firefox/common.nix @@ -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;