gnu: samba: Propagate some inputs.
* gnu/packages/samba.scm (samba)[inputs]: Move LDB, TALLOC and TEVENT ... [propagated-inputs]: ... here. New field.
This commit is contained in:
parent
069f1c2074
commit
470771c5e4
|
@ -204,14 +204,16 @@ anywhere.")
|
||||||
("gnutls" ,gnutls)
|
("gnutls" ,gnutls)
|
||||||
("iniparser" ,iniparser)
|
("iniparser" ,iniparser)
|
||||||
("libaio" ,libaio)
|
("libaio" ,libaio)
|
||||||
("ldb" ,ldb)
|
|
||||||
("linux-pam" ,linux-pam)
|
("linux-pam" ,linux-pam)
|
||||||
("openldap" ,openldap)
|
("openldap" ,openldap)
|
||||||
("popt" ,popt)
|
("popt" ,popt)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("talloc" ,talloc)
|
|
||||||
("tevent" ,tevent)
|
|
||||||
("tdb" ,tdb)))
|
("tdb" ,tdb)))
|
||||||
|
(propagated-inputs
|
||||||
|
;; In Requires or Requires.private of pkg-config files.
|
||||||
|
`(("ldb" ,ldb)
|
||||||
|
("talloc" ,talloc)
|
||||||
|
("tevent" ,tevent)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("docbook-xsl" ,docbook-xsl) ;for generating manpages
|
`(("docbook-xsl" ,docbook-xsl) ;for generating manpages
|
||||||
("xsltproc" ,libxslt) ;ditto
|
("xsltproc" ,libxslt) ;ditto
|
||||||
|
|
Loading…
Reference in New Issue