guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/14: gnu: ocaml-lwt-log: Add upstream-name.


From: guix-commits
Subject: 10/14: gnu: ocaml-lwt-log: Add upstream-name.
Date: Fri, 26 Apr 2019 17:35:58 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit f08b235dab127d6194d8b50052b22cc22766390a
Author: Julien Lepiller <address@hidden>
Date:   Fri Apr 26 23:13:30 2019 +0200

    gnu: ocaml-lwt-log: Add upstream-name.
    
    * gnu/packages/ocaml.scm (ocaml-lwt-log)[properties]: New field.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c90378b..2a9c343 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]