guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: opendht: Refer to the correct Nettle.


From: guix-commits
Subject: branch core-updates updated: gnu: opendht: Refer to the correct Nettle.
Date: Sun, 06 Jun 2021 07:37:02 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new b4ad57a  gnu: opendht: Refer to the correct Nettle.
b4ad57a is described below

commit b4ad57ae3e5249ee7402b2ab3c41104ce9c01529
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 6 13:36:17 2021 +0200

    gnu: opendht: Refer to the correct Nettle.
    
    This is a follow-up to 683eb7c5b118440001b89944563603a39fc2ac05.
    
    * gnu/packages/networking.scm (opendht)[inputs]: Change from NETTLE-3.7 to
    NETTLE.
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 62c4d7a..6b15406 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]