Skip to content

Commit ca85679

Browse files
committed
guix: Use clang-toolchain instead of clang
1 parent 1aec0ed commit ca85679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,5 +237,5 @@ chain for " target " development."))
237237
((string-contains target "-linux-")
238238
(list (make-bitcoin-cross-toolchain target)))
239239
((string-contains target "darwin")
240-
(list clang-8 binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
240+
(list clang-toolchain-8 binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
241241
(else '())))))

0 commit comments

Comments
 (0)