From 1f63f619452cbf4b4151ee30533fdfdac7a4a1b6 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sun, 14 Jan 2024 17:00:03 +0100 Subject: [PATCH] Put in earplugs --- packages/zzkt/soupault.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/zzkt/soupault.scm b/packages/zzkt/soupault.scm index 7ccb631..c58181a 100644 --- a/packages/zzkt/soupault.scm +++ b/packages/zzkt/soupault.scm @@ -580,6 +580,7 @@ https://github.com/janestreet/stdio") ;; via guix import opam sexplib0 +(define-public ocaml-sexplib0 (package (name "ocaml-sexplib0") (version "0.16.0") @@ -598,4 +599,4 @@ https://github.com/janestreet/stdio") "Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml.") - (license license:expat))% + (license license:expat)))