aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/ghc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ghc/APKBUILD b/community/ghc/APKBUILD
index d7be1aac31d..5c15c31ab71 100644
--- a/community/ghc/APKBUILD
+++ b/community/ghc/APKBUILD
@@ -31,7 +31,7 @@ depends="gmp-dev libffi-dev perl gcc>=6.2.1 llvm$_llvmver"
# ghc is self-hosted, so we need ghc to build ghc. ghc-bootstrap is provided by
# this aport (see below).
makedepends_build="$pkgname-bootstrap
- autoconf automake binutils binutils-gold libffi-dev ncurses-dev xz coreutils grep"
+ autoconf automake binutils binutils-gold libffi-dev ncurses-dev xz coreutils grep py3-sphinx"
makedepends_host="linux-headers musl-dev zlib-dev gmp-dev binutils-dev
libffi-dev ncurses-dev"
makedepends="$makedepends_build $makedepends_host"