guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

46/67: gnu: Remove ocaml4.07-ppx-custom-printf.


From: guix-commits
Subject: 46/67: gnu: Remove ocaml4.07-ppx-custom-printf.
Date: Sat, 30 Dec 2023 16:17:44 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 43d528a532ca80193d16346b715aa7a620608d81
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:37:09 2023 +0100

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]