Skip to content

Commit fc4f844

Browse files
committed
guix: Update various check_tools lists
1 parent 263220a commit fc4f844

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/guix/guix-attest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/libexec/prelude.bash"
1818
# Required non-builtin commands should be invokable
1919
################
2020

21-
check_tools cat env basename mkdir xargs find
21+
check_tools cat env basename mkdir diff sort
2222
if [ -z "$NO_SIGN" ]; then
2323
check_tools gpg
2424
fi

contrib/guix/guix-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/libexec/prelude.bash"
1818
# Required non-builtin commands should be invocable
1919
################
2020

21-
check_tools cat mkdir make getent git guix
21+
check_tools cat mkdir make getent curl git guix
2222

2323
################
2424
# GUIX_BUILD_OPTIONS should be empty

0 commit comments

Comments
 (0)