guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: opendht: Propagate msgpack.


From: Ludovic Courtès
Subject: 04/04: gnu: opendht: Propagate msgpack.
Date: Wed, 28 Sep 2016 09:48:23 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 615c999055a3e830b5bea61b541e0cce857dd6c8
Author: Lukas Gradl <address@hidden>
Date:   Mon Sep 12 21:29:06 2016 -0500

    gnu: opendht: Propagate msgpack.
    
    * gnu/packages/crypto.scm (opendht)[inputs]: Remove msgpack.
    [propagated-inputs]: Add it.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/crypto.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 40c9a74..14084c9 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -147,9 +147,10 @@ OpenBSD tool of the same name.")
     (inputs
      `(("gnutls" ,gnutls)
        ("nettle" ,nettle)
-       ("msgpack" ,msgpack)
        ("readline" ,readline)
        ("argon2" ,argon2)))
+    (propagated-inputs
+     `(("msgpack" ,msgpack)))           ;included in several installed headers
     (native-inputs
      `(("autoconf" ,autoconf)
        ("pkg-config" ,pkg-config)



reply via email to

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