From b940115057109070cd3561c3b75277fe2826f5c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Aug 2026 13:49:02 +0000 Subject: [PATCH] Mirror of savonet/liquidsoap#5359: scheduler: run duppy on a pool of domains, retire its monad, and stop rescanning the event loop --- src/detect/dune | 1 + 1 file changed, 1 insertion(+) diff --git a/src/detect/dune b/src/detect/dune index 651c442..64c6ec7 100644 --- a/src/detect/dune +++ b/src/detect/dune @@ -7,5 +7,6 @@ soundtouch_available soundtouch_c_flags.sexp soundtouch_c_library_flags.sexp) + (deps (universe)) (action (run ./detect.exe --context %{context_name})))