aboutsummaryrefslogtreecommitdiffstats
path: root/community/ghc/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-12 12:04:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-12 12:04:59 +0000
commit920e2b317d12ec31311558e83fdd01f42566c91c (patch)
tree9741e606eae8471ae9c935831a25f2e56e024b3d /community/ghc/APKBUILD
parent5c05a26cb633db747e07d2b6101a6e4295493405 (diff)
downloadaports-920e2b317d12ec31311558e83fdd01f42566c91c.tar.bz2
aports-920e2b317d12ec31311558e83fdd01f42566c91c.tar.xz
community/ghc: build fix. use GNU cpio
Diffstat (limited to 'community/ghc/APKBUILD')
-rw-r--r--community/ghc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ghc/APKBUILD b/community/ghc/APKBUILD
index af10cea887..95062358f5 100644
--- a/community/ghc/APKBUILD
+++ b/community/ghc/APKBUILD
@@ -28,7 +28,7 @@ depends="gmp-dev perl gcc>=6.2.1 llvm5 libffi-dev"
# this aport (see below).
makedepends_build="$pkgname-bootstrap
autoconf cpio binutils binutils-gold paxmark libffi-dev ncurses-dev xz coreutils"
-makedepends_host="linux-headers musl-dev zlib-dev gmp-dev binutils-dev libffi-dev ncurses-dev coreutils" # need GNU cpio
+makedepends_host="linux-headers musl-dev zlib-dev gmp-dev binutils-dev libffi-dev ncurses-dev cpio" # need GNU cpio
makedepends="$makedepends_build $makedepends_host"
checkdepends="python3"
# XXX: ghc-bootstrap is a hack to allow this abuild to depend on itself.