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.
2 parents 362e901 + 97f1062 commit ad89812Copy full SHA for ad89812
contrib/guix/guix-build.sh
@@ -9,7 +9,7 @@ set -e -o pipefail
9
################
10
# Check 1: Make sure that we can invoke required tools
11
12
-for cmd in git make guix cat mkdir; do
+for cmd in git make guix cat mkdir curl; do
13
if ! command -v "$cmd" > /dev/null 2>&1; then
14
echo "ERR: This script requires that '$cmd' is installed and available in your \$PATH"
15
exit 1
0 commit comments