about summary refs log tree commit diff
path: root/overlays/patches
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-09-29 10:54:47 +0000
committerAlyssa Ross <hi@alyssa.is>2020-09-29 11:52:51 +0000
commit2e9542958c124506ce7ceca17aa12e2a407fd9ab (patch)
treeba78bd6f34826ba26e2b68059045f6953fdc7b14 /overlays/patches
parent4e44f66a0c87afa887d4eb427236e4e521d744dd (diff)
downloadnixlib-2e9542958c124506ce7ceca17aa12e2a407fd9ab.tar
nixlib-2e9542958c124506ce7ceca17aa12e2a407fd9ab.tar.gz
nixlib-2e9542958c124506ce7ceca17aa12e2a407fd9ab.tar.bz2
nixlib-2e9542958c124506ce7ceca17aa12e2a407fd9ab.tar.lz
nixlib-2e9542958c124506ce7ceca17aa12e2a407fd9ab.tar.xz
nixlib-2e9542958c124506ce7ceca17aa12e2a407fd9ab.tar.zst
nixlib-2e9542958c124506ce7ceca17aa12e2a407fd9ab.zip
patches/firefox: build ESR with clang too
Like with non-ESR releases, Firefox ESR now won't build on AMD EPYC
7401P CPUs. See <https://github.com/NixOS/nixpkgs/issues/84283>.
Diffstat (limited to 'overlays/patches')
-rw-r--r--overlays/patches/firefox/packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlays/patches/firefox/packages.nix b/overlays/patches/firefox/packages.nix
index ec4fdcc5336e..9a5a0b347acb 100644
--- a/overlays/patches/firefox/packages.nix
+++ b/overlays/patches/firefox/packages.nix
@@ -13,6 +13,8 @@ firefoxPackages // {
     patches = patches ++ [ release/D6695.diff ];
   });
 
+  firefox-esr-78 = firefox-esr-78.override { stdenv = clangStdenv; };
+
   firefox-beta = (firefox-beta.override {
     stdenv = clangStdenv;
   }).overrideAttrs ({ patches ? [], ... }: {