Skip to content
Snippets Groups Projects
Commit 5add9615 authored by Natanael Copa's avatar Natanael Copa
Browse files

community/ghc: build fix

parent 0f766525
No related merge requests found
......@@ -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"
makedepends_host="linux-headers musl-dev zlib-dev gmp-dev binutils-dev libffi-dev ncurses-dev coreutils" # need GNU cpio
makedepends="$makedepends_build $makedepends_host"
checkdepends="python3"
# XXX: ghc-bootstrap is a hack to allow this abuild to depend on itself.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment