diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 12:42:12 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 12:42:31 +0100 |
commit | 2c486d065840cbb537a14f50086248cfb752dd3d (patch) | |
tree | 73c268d200043a4c05ab62e2231ef0f8fb82b1ad /testing/utop/APKBUILD | |
parent | c2d6fbf728f6150554957337f00cff784aaccdd6 (diff) | |
download | aports-2c486d065840cbb537a14f50086248cfb752dd3d.tar.bz2 aports-2c486d065840cbb537a14f50086248cfb752dd3d.tar.xz |
testing/utop: add missing build dependency ocaml-compiler-libs
Diffstat (limited to 'testing/utop/APKBUILD')
-rw-r--r-- | testing/utop/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/utop/APKBUILD b/testing/utop/APKBUILD index 41dc2e5128..e7e4c88f73 100644 --- a/testing/utop/APKBUILD +++ b/testing/utop/APKBUILD @@ -23,6 +23,7 @@ _depends_ocaml=" makedepends=" dune ocaml + ocaml-compiler-libs ocaml-camomile-dev ocaml-cppo ocaml-findlib-dev |