From 37859d551d5ee5c0d71c2312880b718baf179b06 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Tue, 9 Apr 2019 17:59:55 -0600
Subject: [PATCH] Add curl dependency to cargo

---
 recipes/cargo/recipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/cargo/recipe.sh b/recipes/cargo/recipe.sh
index a5cbda87c..2713ebec6 100644
--- a/recipes/cargo/recipe.sh
+++ b/recipes/cargo/recipe.sh
@@ -1,7 +1,7 @@
 GIT=https://gitlab.redox-os.org/redox-os/cargo.git
 GIT_UPSTREAM=https://github.com/rust-lang/cargo.git
 BRANCH=redox
-BUILD_DEPENDS=(openssl zlib)
+BUILD_DEPENDS=(curl openssl zlib)
 
 function recipe_build {
     sysroot="$(realpath ../sysroot)"
-- 
GitLab