aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/gitian-osx.yml
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-02-27 06:09:18 +0000
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-01 15:10:02 +0100
commit4e1134bdf1acff669c0f489934ac5f919c634d69 (patch)
tree30ed805a15ac96df38156be183b160af585d0753 /contrib/gitian-descriptors/gitian-osx.yml
parent12a0c0b3aac4568fb5d6b3a06aec33e1f4507214 (diff)
downloadbitcoin-4e1134bdf1acff669c0f489934ac5f919c634d69.tar.xz
Bugfix: gitian: Add curl to packages (now needed for depends)
Conflicts: contrib/gitian-descriptors/gitian-osx.yml Github-Pull: #7614 Rebased-From: 5c70a6d6d15cc301b76558f708948c375fe63ccb
Diffstat (limited to 'contrib/gitian-descriptors/gitian-osx.yml')
-rw-r--r--contrib/gitian-descriptors/gitian-osx.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml
index 30f00633bc..b7b7df96d7 100644
--- a/contrib/gitian-descriptors/gitian-osx.yml
+++ b/contrib/gitian-descriptors/gitian-osx.yml
@@ -7,6 +7,7 @@ architectures:
- "amd64"
packages:
- "g++-multilib"
+- "curl"
- "git-core"
- "pkg-config"
- "autoconf2.13"