Skip to content

Commit 97f1062

Browse files
committed
guix: Add curl to required tool list
1 parent e52ce9f commit 97f1062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/guix-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e -o pipefail
99
################
1010
# Check 1: Make sure that we can invoke required tools
1111
################
12-
for cmd in git make guix cat mkdir; do
12+
for cmd in git make guix cat mkdir curl; do
1313
if ! command -v "$cmd" > /dev/null 2>&1; then
1414
echo "ERR: This script requires that '$cmd' is installed and available in your \$PATH"
1515
exit 1

0 commit comments

Comments
 (0)