gnu: Remove ocaml4.07-ppx-variants-conv.

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

Change-Id: Ib386d87c5b1cdd031155da7c8cfdcbc763624470
This commit is contained in:
Julien Lepiller 2023-12-25 11:37:52 +01:00
parent 43d528a532
commit dee924ac26
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6629,8 +6629,7 @@ (define-public ocaml-ppx-variants-conv
(list ocaml-base ocaml-variantslib ocaml-migrate-parsetree
ocaml-ppxlib))
(properties
`((upstream-name . "ppx_variants_conv")
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-variants-conv))))
`((upstream-name . "ppx_variants_conv")))
(home-page
"https://github.com/janestreet/ppx_variants_conv")
(synopsis "Generation of accessor and iteration functions for OCaml variant types")
@ -6639,24 +6638,6 @@ (define-public ocaml-ppx-variants-conv
variant types.")
(license license:asl2.0)))
(define-public ocaml4.07-ppx-variants-conv
(package-with-ocaml4.07
(package
(inherit ocaml-ppx-variants-conv)
(name "ocaml-ppx-variants-conv")
(version "0.11.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/janestreet/ppx_variants_conv")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1yc0gsds5m2nv39zga8nnrca2n75rkqy5dz4xj1635ybz20hhbjd"))))
(properties `((upstream-name . "ppx_variants_conv"))))))
(define-public ocaml-ppx-custom-printf
(package
(name "ocaml-ppx-custom-printf")