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
1 changed files with 1 additions and 0 deletions

View File

@ -1751,6 +1751,7 @@ simple (yet expressive) query language to select the tests to run.")
(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.")