diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-10-08 04:30:47 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-10-08 04:34:09 +0200 |
commit | f86cad2fbe6aebfd4fefa1533d20dc60ec707fce (patch) | |
tree | 8eca7daf59b6790faec9253e9f613eab654a247a /gnu/packages | |
parent | a3d528fa240549ee110d544ea00be0d25681f3ee (diff) |
gnu: ocaml-version: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-version)[properties]: Add upstream-name.
Diffstat (limited to 'gnu/packages')
-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 57922d7dcc..9054814597 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6762,6 +6762,7 @@ and SVG file output.") "13770mp6adjjbx63zsbh6506dqxz241chw8c3y403sxpw45hnaw6")))) (build-system dune-build-system) (arguments `(#:tests? #f)) ; no tests + (properties '((upstream-name . "ocaml-version"))) (home-page "https://github.com/ocurrent/ocaml-version") (synopsis |