gnu: ocaml-lwt-log: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-lwt-log)[properties]: New field.
This commit is contained in:
parent
c949a4eb1f
commit
f08b235dab
|
@ -1874,6 +1874,7 @@ locks or other synchronization primitives.")
|
||||||
#:jbuild? #t))
|
#:jbuild? #t))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("lwt" ,ocaml-lwt)))
|
`(("lwt" ,ocaml-lwt)))
|
||||||
|
(properties `((upstream-name . "lwt_log")))
|
||||||
(home-page "https://github.com/aantron/lwt_log")
|
(home-page "https://github.com/aantron/lwt_log")
|
||||||
(synopsis "Logging library")
|
(synopsis "Logging library")
|
||||||
(description "This package provides a deprecated logging component for
|
(description "This package provides a deprecated logging component for
|
||||||
|
|
Loading…
Reference in New Issue