aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-04-26 23:14:40 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-04-26 23:35:15 +0200
commitd4857001a18c23d17f7b1971eb8898fe7be22583 (patch)
tree2a4b476867988357355c2a07e974d72414d1f669
parentf08b235dab127d6194d8b50052b22cc22766390a (diff)
downloadguix-d4857001a18c23d17f7b1971eb8898fe7be22583.tar
guix-d4857001a18c23d17f7b1971eb8898fe7be22583.tar.gz
gnu: ocaml-ppx-tools: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-ppx-tools)[properties]: New field.
-rw-r--r--gnu/packages/ocaml.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 2a9c34314b..a16ccc580e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1751,6 +1751,7 @@ simple (yet expressive) query language to select the tests to run.")
(arguments
`(#:phases (modify-phases %standard-phases (delete 'configure))
#:tests? #f))
+ (properties `((upstream-name . "ppx_tools")))
(home-page "https://github.com/alainfrisch/ppx_tools")
(synopsis "Tools for authors of ppx rewriters and other syntactic tools")
(description "Tools for authors of ppx rewriters and other syntactic tools.")