mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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:
parent
952963aba8
commit
ab51be3aba
1 changed files with 1 additions and 12 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue