mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +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))
|
`(#: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 . "ppx_here")
|
(properties `((upstream-name . "ppx_here")))
|
||||||
(ocaml4.07-variant . ,(delay ocaml4.07-ppx-here))))
|
|
||||||
(home-page "https://github.com/janestreet/ppx_here")
|
(home-page "https://github.com/janestreet/ppx_here")
|
||||||
(synopsis "Expands [%here] into its location")
|
(synopsis "Expands [%here] into its location")
|
||||||
(description
|
(description
|
||||||
"Part of the Jane Street's PPX rewriters collection.")
|
"Part of the Jane Street's PPX rewriters collection.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public ocaml-typerep
|
||||||
(package
|
(package
|
||||||
(name "ocaml-typerep")
|
(name "ocaml-typerep")
|
||||||
|
|
Loading…
Reference in a new issue