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
This commit is contained in:
Julien Lepiller 2023-12-25 11:37:09 +01:00
parent b79835b5b5
commit 43d528a532
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82

View File

@ -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")