diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-04-26 23:12:08 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-04-26 23:35:11 +0200 |
commit | c949a4eb1fe8426c34b8f9f7f1658eeeae400de4 (patch) | |
tree | 094879754795f43fd1e8371941443a56d754b319 | |
parent | d9faae625455609ca8ff603ade084ded42180c97 (diff) | |
download | guix-c949a4eb1fe8426c34b8f9f7f1658eeeae400de4.tar guix-c949a4eb1fe8426c34b8f9f7f1658eeeae400de4.tar.gz |
gnu: ocaml-ppx-tools-versioned: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned)[properties]: New
field.
-rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index d35dbf2e54..c90378ba8a 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1393,6 +1393,7 @@ functions to the next and/or previous version.") `(#:test-target ".")) (propagated-inputs `(("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree))) + (properties `((upstream-name . "ppx_tools_versioned"))) (home-page "https://github.com/let-def/ppx_tools_versioned") (synopsis "Variant of ppx_tools") (description "This package is a variant of ppx_tools based on |