guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: samba: Propagate some inputs.


From: Marius Bakke
Subject: 01/05: gnu: samba: Propagate some inputs.
Date: Thu, 3 May 2018 14:39:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 470771c5e4c996067935643e8217db4fd43c6a16
Author: Marius Bakke <address@hidden>
Date:   Wed May 2 14:42:49 2018 +0200

    gnu: samba: Propagate some inputs.
    
    * gnu/packages/samba.scm (samba)[inputs]: Move LDB, TALLOC and TEVENT ...
    [propagated-inputs]: ... here.  New field.
---
 gnu/packages/samba.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index fda1ad3..5ac18e1 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -204,14 +204,16 @@ anywhere.")
        ("gnutls" ,gnutls)
        ("iniparser" ,iniparser)
        ("libaio" ,libaio)
-       ("ldb" ,ldb)
        ("linux-pam" ,linux-pam)
        ("openldap" ,openldap)
        ("popt" ,popt)
        ("readline" ,readline)
-       ("talloc" ,talloc)
-       ("tevent" ,tevent)
        ("tdb" ,tdb)))
+    (propagated-inputs
+     ;; In Requires or Requires.private of pkg-config files.
+     `(("ldb" ,ldb)
+       ("talloc" ,talloc)
+       ("tevent" ,tevent)))
     (native-inputs
      `(("docbook-xsl" ,docbook-xsl)    ;for generating manpages
        ("xsltproc" ,libxslt)           ;ditto



reply via email to

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