mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 5 additions and 3 deletions
|
@ -204,14 +204,16 @@ (define-public samba
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue