testing/ocaml-csv: allow textrels

This commit is contained in:
Jakub Jirutka 2018-02-07 16:19:27 +01:00
parent 6a83934059
commit a776c466e9

View File

@ -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"