diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ocaml-csv/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-csv/APKBUILD b/testing/ocaml-csv/APKBUILD index 7c257de167..fef261dab6 100644 --- a/testing/ocaml-csv/APKBUILD +++ b/testing/ocaml-csv/APKBUILD @@ -15,7 +15,7 @@ makedepends="dune ocaml ocaml-findlib-dev opam" subpackages="$pkgname-dev $pkgname-doc csvtool" source="$pkgname-$pkgver.tar.bz2::https://github.com/Chris00/$pkgname/releases/download/$pkgver/csv-$pkgver.tbz" builddir="$srcdir/$_pkgname-$pkgver" -options="!check" # FIXME requires package lwt +options="textrels !check" # FIXME check requires package lwt build() { cd "$builddir" |