diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-04-26 23:13:30 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-04-26 23:35:13 +0200 |
commit | f08b235dab127d6194d8b50052b22cc22766390a (patch) | |
tree | aa476d0af79ca4feceb040a3a7f3c81d97b69625 | |
parent | c949a4eb1fe8426c34b8f9f7f1658eeeae400de4 (diff) |
gnu: ocaml-lwt-log: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-lwt-log)[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 c90378ba8a..2a9c34314b 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1874,6 +1874,7 @@ locks or other synchronization primitives.") #:jbuild? #t)) (propagated-inputs `(("lwt" ,ocaml-lwt))) + (properties `((upstream-name . "lwt_log"))) (home-page "https://github.com/aantron/lwt_log") (synopsis "Logging library") (description "This package provides a deprecated logging component for |