Merge pull request #10001

4da5f7c guix: build freebsd target with clang 18 (tobtoht)
This commit is contained in:
tobtoht 2025-08-01 11:46:24 +00:00
commit b77837d6bf
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -284,7 +284,8 @@ chain for " target " development."))
xz ; used to unpack freebsd_base
gcc-toolchain-12
(list gcc-toolchain-12 "static")
clang-toolchain-11 binutils))
clang-toolchain-18
binutils))
((string-contains target "android")
(list
unzip ; used to unpack android_ndk