gnu: Remove ocaml4.07-fieldslib.

* gnu/packages/ocaml.scm (ocaml4.07-fieldslib): Remove variable.
(ocaml-fieldslib)[properties]: Remove variant.

Change-Id: Ic915d16ee2f45a198f63896ad0ad22ac57815958
This commit is contained in:
Julien Lepiller 2023-12-25 11:41:29 +01:00
parent 697328419e
commit c02058bef6
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6455,8 +6455,7 @@ (define-public ocaml-fieldslib
(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 @@ (define-public ocaml-fieldslib
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")