From 1f9457ab4f2d4ebebeb9ee901d8a053fb3e9ce01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Aug 2026 13:47:35 +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 d5c4fc2..19ea7e3 100644 --- a/src/detect/dune +++ b/src/detect/dune @@ -4,5 +4,6 @@ (rule (targets alsa_available alsa_c_flags.sexp alsa_c_library_flags.sexp) + (deps (universe)) (action (run ./detect.exe --context %{context_name})))