mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
guix: Update various check_tools lists
This commit is contained in:
parent
263220a85c
commit
fc4f8449f3
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/libexec/prelude.bash"
|
||||||
# Required non-builtin commands should be invokable
|
# Required non-builtin commands should be invokable
|
||||||
################
|
################
|
||||||
|
|
||||||
check_tools cat env basename mkdir xargs find
|
check_tools cat env basename mkdir diff sort
|
||||||
if [ -z "$NO_SIGN" ]; then
|
if [ -z "$NO_SIGN" ]; then
|
||||||
check_tools gpg
|
check_tools gpg
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -18,7 +18,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/libexec/prelude.bash"
|
||||||
# Required non-builtin commands should be invocable
|
# Required non-builtin commands should be invocable
|
||||||
################
|
################
|
||||||
|
|
||||||
check_tools cat mkdir make getent git guix
|
check_tools cat mkdir make getent curl git guix
|
||||||
|
|
||||||
################
|
################
|
||||||
# GUIX_BUILD_OPTIONS should be empty
|
# GUIX_BUILD_OPTIONS should be empty
|
||||||
|
|
Loading…
Add table
Reference in a new issue