about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-06-12 10:17:22 +0200
committerVladimír Čunát <v@cunat.cz>2024-06-12 10:19:17 +0200
commit37366d94ecb07af1abaad2365e40ceedf93074c6 (patch)
treefff6d8cda123a3526d4eaca6be82f5d0e04f76da /pkgs/applications/networking/browsers
parentdf94dae209927bb8d04608091f7c44162a43a0c8 (diff)
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.
Diffstat (limited to 'pkgs/applications/networking/browsers')
-rw-r--r--pkgs/applications/networking/browsers/firefox/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix
index d518aeec23fe2..81ab6cd1fa17e 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;