guix-commits
[Top][All Lists]
Advanced

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

48/67: gnu: Remove ocaml4.07-ppx-compare.


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

roptat pushed a commit to branch master
in repository guix.

commit c0505c907302bfd72afe885fa5484fd845055c09
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:38:35 2023 +0100

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

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 902417fb9b..d36edf73e8 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6433,8 +6433,7 @@ OCaml AST in the OCaml syntax;
      '(#:tests? #f))
     (propagated-inputs
      (list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib))
-    (properties `((upstream-name . "ppx_compare")
-                  (ocaml4.07-variant . ,(delay ocaml4.07-ppx-compare))))
+    (properties `((upstream-name . "ppx_compare")))
     (home-page "https://github.com/janestreet/ppx_compare";)
     (synopsis "Generation of comparison functions from types")
     (description "Generation of fast comparison functions from type expressions
@@ -6445,24 +6444,6 @@ flexibility by allowing you to override them for a 
specific type and more safety
 by making sure that you only compare comparable values.")
     (license license:asl2.0)))
 
-(define-public ocaml4.07-ppx-compare
-  (package-with-ocaml4.07
-   (package
-     (inherit ocaml-ppx-compare)
-     (name "ocaml-ppx-compare")
-     (version "0.11.1")
-     (home-page "https://github.com/janestreet/ppx_compare";)
-     (source (origin
-               (method git-fetch)
-               (uri (git-reference
-                     (url home-page)
-                     (commit (string-append "v" version))))
-               (file-name (git-file-name name version))
-               (sha256
-                (base32
-                 "06bq4m1bsm4jlx4g7wh5m99qky7xm4c2g52kaz6pv25hdn5agi2m"))))
-     (properties `((upstream-name . "ppx_compare"))))))
-
 (define-public ocaml-fieldslib
   (package
     (name "ocaml-fieldslib")



reply via email to

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