foot: disable pgo on musl (#191037)

This commit is contained in:
Yureka 2023-02-12 19:33:50 +01:00 committed by GitHub
parent 7b4b03d2fe
commit 8c6ad9eae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
, wayland-scanner
, pkg-config
, utf8proc
, allowPgo ? true
, allowPgo ? !stdenv.hostPlatform.isMusl
, python3 # for PGO
# for clang stdenv check
, foot