diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-03-03 21:50:15 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-03-03 21:50:15 +0200 |
commit | c967fb7fb97a86fc434912d0fff621f9f50dfe80 (patch) | |
tree | bc0111f8165efd5a5927f280bb20f3f648720b7b /contrib | |
parent | 7bbb409314c63750a9731dedaaf6dd6ecd17d988 (diff) |
guix: Remove libcap from manifest
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/guix/manifest.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index e0e2e1e16e..bd9f895dce 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -235,5 +235,5 @@ chain for " target " development.")) ((string-contains target "-linux-") (list (make-bitcoin-cross-toolchain target))) ((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 '()))))) |