diff options
author | Julien Lepiller <julien@lepiller.eu> | 2023-12-25 11:37:09 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2023-12-30 22:11:48 +0100 |
commit | 43d528a532ca80193d16346b715aa7a620608d81 (patch) | |
tree | f9199f7b32c83861f39feac87201b1990352990c /gnu | |
parent | b79835b5b5c1f0b0409da749af1ef06a91a57a14 (diff) | |
download | guix-43d528a532ca80193d16346b715aa7a620608d81.tar.gz guix-43d528a532ca80193d16346b715aa7a620608d81.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 14 |
1 files changed, 1 insertions, 13 deletions
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") |