guix-commits
[Top][All Lists]
Advanced

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

27/67: gnu: Remove ocaml4.07-ppx-base.


From: guix-commits
Subject: 27/67: gnu: Remove ocaml4.07-ppx-base.
Date: Sat, 30 Dec 2023 16:17:42 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 3d74d84235038a8329a734918c3dd0093c4935ab
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 10:59:56 2023 +0100

    gnu: Remove ocaml4.07-ppx-base.
    
    * gnu/packages/ocaml.scm (ocaml4.07-ppx-base): Remove variable.
    (ocaml-ppx-base)[properties]: Remove variant.
    
    Change-Id: I1a079a895eb260bb6870a12f494b79869a5a350c
---
 gnu/packages/ocaml.scm | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 860ff4f752..ae549473f7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7632,8 +7632,7 @@ conversion functions between almost identical types.")
            ocaml-ppx-sexp-conv
            ocaml-migrate-parsetree
            ocaml-ppxlib))
-    (properties `((upstream-name . "ppx_base")
-                  (ocaml4.07-variant . ,(delay ocaml4.07-ppx-base))))
+    (properties `((upstream-name . "ppx_base")))
     (home-page "https://github.com/janestreet/ppx_base";)
     (synopsis "Base set of ppx rewriters")
     (description "Ppx_base is the set of ppx rewriters used for Base.
@@ -7642,25 +7641,6 @@ Note that Base doesn't need ppx to build, it is only 
used as a
 verification tool.")
     (license license:asl2.0)))
 
-(define-public ocaml4.07-ppx-base
-  (package-with-ocaml4.07
-   (package
-     (inherit ocaml-ppx-base)
-     (version "0.11.0")
-     (source
-      (janestreet-origin
-       "ppx_base" version
-       "0aq206pg330jmj7lhcagiiwm3a0b3gsqm801m8ajd4ysyw7idkym"))
-    (propagated-inputs
-     `(("ocaml-ppx-compare" ,ocaml-ppx-compare)
-       ("ocaml-ppx-enumerate" ,ocaml-ppx-enumerate)
-       ("ocaml-ppx-hash" ,ocaml-ppx-hash)
-       ("ocaml-ppx-js-style" ,ocaml-ppx-js-style)
-       ("ocaml-ppx-sexp-conv" ,ocaml-ppx-sexp-conv)
-       ("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree)
-       ("ocaml-ppxlib" ,ocaml-ppxlib)))
-    (properties `((upstream-name . "ppx_base"))))))
-
 (define-public ocaml-ppx-bin-prot
   (package
     (name "ocaml-ppx-bin-prot")



reply via email to

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