diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-10-10 07:28:16 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-10-10 08:25:48 +0200 |
commit | 92f575019c7cfc5fda994104c173d3a45cc649e7 (patch) | |
tree | 963d7034a75c7f090e3602ff5fc519b688fc0e9d /gnu/packages | |
parent | 7c1c144ce6ed37f6f942ed06c6640a6c34a59e08 (diff) | |
download | guix-92f575019c7cfc5fda994104c173d3a45cc649e7.tar.gz guix-92f575019c7cfc5fda994104c173d3a45cc649e7.zip |
gnu: ocaml-ansiterminal: Add upstream name.
* gnu/packages/ocaml.scm (ocaml-ansiterminal)[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 b532317043..731f7f9193 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4492,6 +4492,7 @@ sensitive completion, colors, and more.") (build-system dune-build-system) (arguments `(#:test-target "tests")) + (properties `((upstream-name . "ANSITerminal"))) (home-page "https://github.com/Chris00/ANSITerminal") (synopsis "Basic control of ANSI compliant terminals and the windows shell") |