me
/
guix
Archived
1
0
Fork 0

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
Marius Bakke 2021-06-06 13:36:17 +02:00
parent 63858f8c8b
commit b4ad57ae3e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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