diff options
author | Carl Dong <contact@carldong.me> | 2021-07-08 11:26:46 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2021-07-08 11:29:26 -0400 |
commit | fc4f8449f34e32b0b9ac9d218d6c3264b02467ba (patch) | |
tree | 5c069b5bb393063a2affc51e7f04d401f6ea9a5b | |
parent | 263220a85c1df218431fafbda07c8b23ccc4ce4d (diff) |
guix: Update various check_tools lists
-rwxr-xr-x | contrib/guix/guix-attest | 2 | ||||
-rwxr-xr-x | contrib/guix/guix-build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/guix/guix-attest b/contrib/guix/guix-attest index c8cf73d400..e396d3e98e 100755 --- a/contrib/guix/guix-attest +++ b/contrib/guix/guix-attest @@ -18,7 +18,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/libexec/prelude.bash" # 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 check_tools gpg fi diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index ddfc8c83cb..de53530e8f 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -18,7 +18,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/libexec/prelude.bash" # 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 |