gnu: ocaml-ppx-tools: Add upstream-name.

* gnu/packages/ocaml.scm (ocaml-ppx-tools)[properties]: New field.
This commit is contained in:
Julien Lepiller 2019-04-26 23:14:40 +02:00
parent f08b235dab
commit d4857001a1
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -1751,6 +1751,7 @@ (define-public ocaml-ppx-tools
(arguments (arguments
`(#:phases (modify-phases %standard-phases (delete 'configure)) `(#:phases (modify-phases %standard-phases (delete 'configure))
#:tests? #f)) #:tests? #f))
(properties `((upstream-name . "ppx_tools")))
(home-page "https://github.com/alainfrisch/ppx_tools") (home-page "https://github.com/alainfrisch/ppx_tools")
(synopsis "Tools for authors of ppx rewriters and other syntactic tools") (synopsis "Tools for authors of ppx rewriters and other syntactic tools")
(description "Tools for authors of ppx rewriters and other syntactic tools.") (description "Tools for authors of ppx rewriters and other syntactic tools.")