gnu: Remove ocaml4.07-ppx-enumerate.

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

Change-Id: I4923573de50e9e1795562cc7b974b8da7c88a64c
This commit is contained in:
Julien Lepiller 2023-12-25 11:05:39 +01:00
parent cddf767eed
commit 7c44828fab
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6917,8 +6917,7 @@ (define-public ocaml-ppx-enumerate
`(#:tests? #f)) ; no test suite
(propagated-inputs
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib))
(properties `((upstream-name . "ppx_enumerate")
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-enumerate))))
(properties `((upstream-name . "ppx_enumerate")))
(home-page "https://github.com/janestreet/ppx_enumerate")
(synopsis "Generate a list containing all values of a finite type")
(description "Ppx_enumerate is a ppx rewriter which generates a definition
@ -6926,24 +6925,6 @@ (define-public ocaml-ppx-enumerate
many values).")
(license license:asl2.0)))
(define-public ocaml4.07-ppx-enumerate
(package-with-ocaml4.07
(package
(inherit ocaml-ppx-enumerate)
(name "ocaml-ppx-enumerate")
(version "0.11.1")
(home-page "https://github.com/janestreet/ppx_enumerate")
(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
"0spx9k1v7vjjb6sigbfs69yndgq76v114jhxvzjmffw7q989cyhr"))))
(properties `((upstream-name . "ppx_enumerate"))))))
(define-public ocaml-ppx-bench
(package
(name "ocaml-ppx-bench")