We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263220a commit fc4f844Copy full SHA for fc4f844
contrib/guix/guix-attest
@@ -18,7 +18,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/libexec/prelude.bash"
18
# Required non-builtin commands should be invokable
19
################
20
21
-check_tools cat env basename mkdir xargs find
+check_tools cat env basename mkdir diff sort
22
if [ -z "$NO_SIGN" ]; then
23
check_tools gpg
24
fi
contrib/guix/guix-build
# 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
0 commit comments