gnu: opendht: Refer to the correct Nettle.
This is a follow-up to 683eb7c5b1
.
* gnu/packages/networking.scm (opendht)[inputs]: Change from NETTLE-3.7 to
NETTLE.
master
parent
63858f8c8b
commit
b4ad57ae3e
|
@ -3478,7 +3478,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
|
|||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("argon2" ,argon2)
|
||||
("nettle" ,nettle-3.7)
|
||||
("nettle" ,nettle)
|
||||
("readline" ,readline)
|
||||
("jsoncpp" ,jsoncpp)
|
||||
("openssl" ,openssl) ;required for the DHT proxy
|
||||
|
|
Reference in New Issue