summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox/common.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-06-12 12:40:33 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-06-12 12:42:14 +0200
commitd5a87edeab9fe4c3bdd85f14e230bddf86d88e03 (patch)
tree9559084e34eb7202a6418f8832bf79507565bc60 /pkgs/applications/networking/browsers/firefox/common.nix
parentd9065632716ae90db984dfbe133ee01b5495209d (diff)
downloadnixpkgs-d5a87edeab9fe4c3bdd85f14e230bddf86d88e03.tar
nixpkgs-d5a87edeab9fe4c3bdd85f14e230bddf86d88e03.tar.gz
nixpkgs-d5a87edeab9fe4c3bdd85f14e230bddf86d88e03.tar.bz2
nixpkgs-d5a87edeab9fe4c3bdd85f14e230bddf86d88e03.tar.lz
nixpkgs-d5a87edeab9fe4c3bdd85f14e230bddf86d88e03.tar.xz
nixpkgs-d5a87edeab9fe4c3bdd85f14e230bddf86d88e03.tar.zst
nixpkgs-d5a87edeab9fe4c3bdd85f14e230bddf86d88e03.zip
buildMozillaMach: allow PGO on all Linux platforms
Tested on the aarch64 community builder and it didn't get stuck like
back when we first tried to enable PGO.
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox/common.nix')
-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 e82a87c59ec..11946272abe 100644
--- a/pkgs/applications/networking/browsers/firefox/common.nix
+++ b/pkgs/applications/networking/browsers/firefox/common.nix
@@ -87,7 +87,7 @@
 , jackSupport ? stdenv.isLinux, libjack2
 , jemallocSupport ? true, jemalloc
 , ltoSupport ? (stdenv.isLinux && stdenv.is64bit), overrideCC, buildPackages
-, pgoSupport ? (stdenv.isLinux && stdenv.isx86_64 && stdenv.hostPlatform == stdenv.buildPlatform), xvfb-run
+, pgoSupport ? (stdenv.isLinux && stdenv.hostPlatform == stdenv.buildPlatform), xvfb-run
 , pipewireSupport ? waylandSupport && webrtcSupport
 , pulseaudioSupport ? stdenv.isLinux, libpulseaudio
 , sndioSupport ? stdenv.isLinux, sndio