From a3c997cd7f0bd46cac654a7af26a89c43657a126 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sun, 14 Jan 2024 12:33:52 +0100 Subject: [PATCH] Put in earplugs --- packages/zzkt/soupault.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/zzkt/soupault.scm b/packages/zzkt/soupault.scm index 6573e64..be678ca 100644 --- a/packages/zzkt/soupault.scm +++ b/packages/zzkt/soupault.scm @@ -391,6 +391,8 @@ documentation about the format, see : (sha256 (base32 "00bbx5j8vsy9fqbc04xa3lsalaxicirmbczr65bllfk1afv43agx")))) (build-system dune-build-system) + (arguments + `(#:tests? #f)) (propagated-inputs (list ocaml-ptime ocaml-tyxml ocaml-odoc @@ -415,6 +417,8 @@ documentation about the format, see : (sha256 (base32 "00bbx5j8vsy9fqbc04xa3lsalaxicirmbczr65bllfk1afv43agx")))) (build-system dune-build-system) + (arguments + `(#:tests? #f)) (propagated-inputs (list ocaml-odoc ocaml-alcotest ocaml-junit)) (properties `((upstream-name . "junit_alcotest"))) (home-page "https://github.com/Khady/ocaml-junit") @@ -436,6 +440,8 @@ documentation about the format, see : (sha256 (base32 "00bbx5j8vsy9fqbc04xa3lsalaxicirmbczr65bllfk1afv43agx")))) (build-system dune-build-system) + (arguments + `(#:tests? #f)) (propagated-inputs (list ocaml-odoc ocaml-ounit ocaml-junit)) (properties `((upstream-name . "junit_ounit"))) (home-page "https://github.com/Khady/ocaml-junit")