mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
guix: Remove libcap from manifest
This commit is contained in:
parent
7bbb409314
commit
c967fb7fb9
1 changed files with 1 additions and 1 deletions
|
@ -235,5 +235,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 libcap binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
|
(list clang-8 binutils imagemagick libtiff librsvg font-tuffy cmake xorriso))
|
||||||
(else '())))))
|
(else '())))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue