gnu: Remove ocaml4.07-ppx-here.

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

Change-Id: I7b54d003c6bf988eb93d6a2345296d11add14f6d
This commit is contained in:
Julien Lepiller 2023-12-25 11:11:41 +01:00
parent 952963aba8
commit ab51be3aba
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6924,24 +6924,13 @@ (define-public ocaml-ppx-here
`(#:tests? #f))
(propagated-inputs
(list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib))
(properties `((upstream-name . "ppx_here")
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-here))))
(properties `((upstream-name . "ppx_here")))
(home-page "https://github.com/janestreet/ppx_here")
(synopsis "Expands [%here] into its location")
(description
"Part of the Jane Street's PPX rewriters collection.")
(license license:asl2.0)))
(define-public ocaml4.07-ppx-here
(package-with-ocaml4.07
(package
(inherit ocaml-ppx-here)
(version "0.11.0")
(source
(janestreet-origin "ppx_here" version
"0wxcak3ay4jpigm3pfdcpr65qw4hxfa8whhkryhcd8gy71x056z5"))
(properties `((upstream-name . "ppx_here"))))))
(define-public ocaml-typerep
(package
(name "ocaml-typerep")