gnu: Remove ocaml4.07-variantslib.

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

Change-Id: Ie05207ed1bb675c91e68058cd2a1ff0e63ccf532
This commit is contained in:
Julien Lepiller 2023-12-25 11:42:16 +01:00
parent c02058bef6
commit dc86d672c9
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6476,30 +6476,13 @@ of a record and create new record values.")
`(#:tests? #f)) `(#:tests? #f))
(propagated-inputs (propagated-inputs
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib)) (list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib))
(properties `((upstream-name . "variantslib") (properties `((upstream-name . "variantslib")))
(ocaml4.07-variant . ,(delay ocaml4.07-variantslib))))
(home-page "https://github.com/janestreet/variantslib") (home-page "https://github.com/janestreet/variantslib")
(synopsis "OCaml variants as first class values") (synopsis "OCaml variants as first class values")
(description "The Core suite of libraries is an alternative to OCaml's (description "The Core suite of libraries is an alternative to OCaml's
standard library.") standard library.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public ocaml4.07-variantslib
(package-with-ocaml4.07
(package
(inherit ocaml-variantslib)
(name "ocaml-variantslib")
(version "0.11.0")
(source (origin
(method url-fetch)
(uri (string-append "https://ocaml.janestreet.com/ocaml-core/v"
(version-major+minor version)
"/files/variantslib-v" version ".tar.gz"))
(sha256
(base32
"1hsdwmkslvk4cznqr4lyyiy7vvk5spil226k0z2in26fxq6y0hf3"))))
(properties `((upstream-name . "variantslib"))))))
(define-public ocaml-ppx-fields-conv (define-public ocaml-ppx-fields-conv
(package (package
(name "ocaml-ppx-fields-conv") (name "ocaml-ppx-fields-conv")