From: tobtoht Date: Sat, 1 Nov 2025 14:51:28 +0000 (+0100) Subject: guix: build macos release with llvm 21 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=a4bafcd07b80cc6a67bc9ce66475527914489a28;p=gamesguru%2Ffeather.git guix: build macos release with llvm 21 --- diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 011ef501..db461509 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -511,9 +511,9 @@ inspecting signatures in Mach-O binaries.") )) ((string-contains target "darwin") (list - clang-toolchain-18 - lld-18 - (make-lld-wrapper lld-18 #:lld-as-ld? #t) + clang-toolchain-21 + lld-21 + (make-lld-wrapper lld-21 #:lld-as-ld? #t) python-signapple p7zip ;; needed to extract tor_darwin .dmg ))