gnu: opendht: Make argon2 a propagated input so that its .pc is found.
* gnu/packages/networking.scm (opendht)[inputs]: Remove argon2. [propagated-inputs]: Add it here.
This commit is contained in:
parent
e0fa641380
commit
1ac0c1b899
|
@ -2346,11 +2346,11 @@ communication over HTTP.")
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
("nettle" ,nettle)
|
("nettle" ,nettle)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("argon2" ,argon2)
|
|
||||||
("jsoncpp" ,jsoncpp)
|
("jsoncpp" ,jsoncpp)
|
||||||
("restbed" ,restbed)))
|
("restbed" ,restbed)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("msgpack" ,msgpack))) ;included in several installed headers
|
`(("argon2" ,argon2) ; TODO: Needed for the pkg-config .pc file to work?
|
||||||
|
("msgpack" ,msgpack))) ;included in several installed headers
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in New Issue