diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 12:38:01 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 12:38:01 +0100 |
commit | c2d6fbf728f6150554957337f00cff784aaccdd6 (patch) | |
tree | 1036370a0971d10a94da5f2d4b577a5745e68168 /testing/ocaml-lwt | |
parent | 9a786cf40ca64aba1f70a876434b9dbdf9673ac6 (diff) | |
download | aports-c2d6fbf728f6150554957337f00cff784aaccdd6.tar.bz2 aports-c2d6fbf728f6150554957337f00cff784aaccdd6.tar.xz |
testing/ocaml-lwt: add missing build dependency ocaml-compiler-libs
Diffstat (limited to 'testing/ocaml-lwt')
-rw-r--r-- | testing/ocaml-lwt/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/ocaml-lwt/APKBUILD b/testing/ocaml-lwt/APKBUILD index f3019e00ff..c316c0c3ac 100644 --- a/testing/ocaml-lwt/APKBUILD +++ b/testing/ocaml-lwt/APKBUILD @@ -17,6 +17,7 @@ depends_dev="libev-dev" makedepends="$depends_dev dune ocaml + ocaml-compiler-libs ocaml-cppo-dev ocaml-findlib ocaml-migrate-parsetree-dev |