aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-04-26 23:33:11 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-04-26 23:35:24 +0200
commitcf338cc3051c113229ce7519a56446f29b9a24a2 (patch)
tree3774c5f5f7cfcaf48282c2e83fea5cc8ff41ca12
parentb7ebcb043c43226e3550487cd0f22bf12f83a6de (diff)
downloadguix-cf338cc3051c113229ce7519a56446f29b9a24a2.tar
guix-cf338cc3051c113229ce7519a56446f29b9a24a2.tar.gz
gnu: ocaml-migrate-parsetree: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree)[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 47b001cd44..9171a017a6 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1370,6 +1370,7 @@ following a very simple s-expression syntax.")
`(("ocaml-ppx-derivers" ,ocaml-ppx-derivers)
("ocamlbuild" ,ocamlbuild)
("ocaml-result" ,ocaml-result)))
+ (properties `((upstream-name . "ocaml-migrate-parsetree")))
(synopsis "OCaml parsetree convertor")
(description "This library converts between parsetrees of different OCaml
versions. For each version, there is a snapshot of the parsetree and conversion