From 4da5f7cabd2b403bbe534359bd23e7974774bcf0 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 15 Jul 2025 19:46:37 +0200 Subject: [PATCH] guix: build freebsd target with clang 18 --- contrib/guix/manifest.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 7b42b026d..5706232ad 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -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