gnu: gnutls: Propagate zlib.
* gnu/packages/gnutls.scm (gnutls): Move zlib to 'propagated-inputs'.
This commit is contained in:
parent
e8419d6c61
commit
122ddc595e
|
@ -86,12 +86,12 @@ specifications.")
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("guile" ,guile-2.0)
|
`(("guile" ,guile-2.0)
|
||||||
("zlib" ,guix:zlib)
|
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libtasn1" ,libtasn1)
|
`(("libtasn1" ,libtasn1)
|
||||||
("nettle" ,nettle)
|
("nettle" ,nettle)
|
||||||
("which" ,which)))
|
("which" ,which)
|
||||||
|
("zlib" ,guix:zlib)))
|
||||||
(home-page "http://www.gnu.org/software/gnutls/")
|
(home-page "http://www.gnu.org/software/gnutls/")
|
||||||
(synopsis "Transport layer security library")
|
(synopsis "Transport layer security library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue