guix-commits
[Top][All Lists]
Advanced

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

51/67: gnu: Remove ocaml4.07-fieldslib.


From: guix-commits
Subject: 51/67: gnu: Remove ocaml4.07-fieldslib.
Date: Sat, 30 Dec 2023 16:17:45 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit c02058bef6152f48b601aeb2c8334e08358ee625
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:41:29 2023 +0100

    gnu: Remove ocaml4.07-fieldslib.
    
    * gnu/packages/ocaml.scm (ocaml4.07-fieldslib): Remove variable.
    (ocaml-fieldslib)[properties]: Remove variant.
    
    Change-Id: Ic915d16ee2f45a198f63896ad0ad22ac57815958
---
 gnu/packages/ocaml.scm | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b5c576ac89..9c72b93f4d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6455,8 +6455,7 @@ by making sure that you only compare comparable values.")
     (arguments `(#:tests? #f)) ; No tests
     (propagated-inputs
      (list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib))
-    (properties `((upstream-name . "fieldslib")
-                  (ocaml4.07-variant . ,(delay ocaml4.07-fieldslib))))
+    (properties `((upstream-name . "fieldslib")))
     (home-page "https://github.com/janestreet/fieldslib";)
     (synopsis "Syntax extension to record fields")
     (description "Syntax extension to define first class values representing
@@ -6464,16 +6463,6 @@ record fields, to get and set record fields, iterate and 
fold over all fields
 of a record and create new record values.")
     (license license:asl2.0)))
 
-(define-public ocaml4.07-fieldslib
-  (package-with-ocaml4.07
-   (package
-     (inherit ocaml-fieldslib)
-     (version "0.11.0")
-     (source (janestreet-origin
-              "fieldslib" version
-              "12948pzxrl360lybm9fzyvplgcl87zjbn4m3sk1aw75zk85p1388"))
-     (properties `((upstream-name . "fieldslib"))))))
-
 (define-public ocaml-variantslib
   (package
     (name "ocaml-variantslib")



reply via email to

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