about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2023-02-12 19:33:50 +0100
committerGitHub <noreply@github.com>2023-02-12 19:33:50 +0100
commit8c6ad9eae1a325619c0b6656ea523a33906be795 (patch)
treebde5d62124f669ea46335d9fd316caa604c69989 /pkgs/applications/terminal-emulators
parent7b4b03d2fe349a13508e9141df8212a662dde149 (diff)
foot: disable pgo on musl (#191037)
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/foot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/terminal-emulators/foot/default.nix b/pkgs/applications/terminal-emulators/foot/default.nix
index 7ae2825f175a7..bd80a15d0562a 100644
--- a/pkgs/applications/terminal-emulators/foot/default.nix
+++ b/pkgs/applications/terminal-emulators/foot/default.nix
@@ -18,7 +18,7 @@
 , wayland-scanner
 , pkg-config
 , utf8proc
-, allowPgo ? true
+, allowPgo ? !stdenv.hostPlatform.isMusl
 , python3  # for PGO
 # for clang stdenv check
 , foot