From 43d528a532ca80193d16346b715aa7a620608d81 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Mon, 25 Dec 2023 11:37:09 +0100 Subject: gnu: Remove ocaml4.07-ppx-custom-printf. * gnu/packages/ocaml.scm (ocaml4.07-ppx-custom-printf): Remove variable. (ocaml-ppx-custom-printf)[properties]: Remove variant. Change-Id: Icc9e85727c28f9fd4aab07c7661282aed7dd1567 --- gnu/packages/ocaml.scm | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index fdf2e9a815..2057721e7e 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6676,24 +6676,12 @@ variant types.") (propagated-inputs (list ocaml-base ocaml-ppx-sexp-conv ocaml-migrate-parsetree ocaml-ppxlib)) - (properties `((upstream-name . "ppx_custom_printf") - (ocaml4.07-variant . ,(delay ocaml4.07-ppx-custom-printf)))) + (properties `((upstream-name . "ppx_custom_printf"))) (synopsis "Printf-style format-strings for user-defined string conversion") (description "Extensions to printf-style format-strings for user-defined string conversion.") (license license:asl2.0))) -(define-public ocaml4.07-ppx-custom-printf - (package-with-ocaml4.07 - (package - (inherit ocaml-ppx-custom-printf) - (version "0.11.0") - (source - (janestreet-origin - "ppx_custom_printf" version - "11b73smf3g3bpd9lg014pr4rx285nk9mnk6g6464ph51jv0sqzhj")) - (properties `((upstream-name . "ppx_custom_printf")))))) - (define-public ocaml-bin-prot (package (name "ocaml-bin-prot") -- cgit v1.2.3