summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 22:58:35 +0200
committerDaniel Peukert2023-05-23 22:58:35 +0200
commit9ec9ecb8cad4312c7dfeb4d0e0065aa7305e2665 (patch)
tree24ad67c6d923f17112796c6b65e9483324f15dc2
parent76f2a6dbcc31143132340e64ada5cb1435c3f507 (diff)
downloadaur-9ec9ecb8cad4312c7dfeb4d0e0065aa7305e2665.tar.gz
Get rid of lwt_domain removal, as it now lives in a separate package
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a71eaca62b3..374b6614785f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,12 +27,6 @@ prepare() {
# This test breaks for some people but not for others,
# see comments from oriba, crave and pha-qu on the AUR page
sed -i '/test_mcast "mcast-join-loop"/d' 'test/unix/test_mcast.ml'
-
- # I was unable to persuade dune to not build lwt_domain (which
- # we don't want to build as there's no ocaml-multicore package),
- # so let's just delete it until I figure out what's going on
- rm -rf 'lwt_domain.opam'
- rm -rf {'src','test'}'/domain/'
}
build() {