mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 15:32:34 +02:00
guix: Use clang-toolchain instead of clang
This commit is contained in:
parent
1aec0eda8f
commit
ca85679eb4
@ -237,5 +237,5 @@ chain for " target " development."))
|
|||||||
((string-contains target "-linux-")
|
((string-contains target "-linux-")
|
||||||
(list (make-bitcoin-cross-toolchain target)))
|
(list (make-bitcoin-cross-toolchain target)))
|
||||||
((string-contains target "darwin")
|
((string-contains target "darwin")
|
||||||
(list clang-8 binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
|
(list clang-toolchain-8 binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
|
||||||
(else '())))))
|
(else '())))))
|
||||||
|
Loading…
Reference in New Issue
Block a user