guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: knot: Enable DNS-over-HTTPS support in kdig.


From: guix-commits
Subject: 01/06: gnu: knot: Enable DNS-over-HTTPS support in kdig.
Date: Tue, 6 Oct 2020 10:28:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dadfc9bcd147143f019c9db337628d1b21a9594b
Author: Simon South <simon@simonsouth.net>
AuthorDate: Tue Oct 6 09:56:43 2020 -0400

    gnu: knot: Enable DNS-over-HTTPS support in kdig.
    
    * gnu/packages/dns.scm (knot)[inputs]: Add nghttp2:lib.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/dns.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 0cb8df9..0608ef1 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2020 Simon South <simon@simonsouth.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -862,6 +863,7 @@ Extensions} (DNSSEC).")
        ("libcap-ng" ,libcap-ng)
        ("libedit" ,libedit)
        ("libidn" ,libidn)
+       ("libnghttp2" ,nghttp2 "lib")
        ("liburcu" ,liburcu)
        ("lmdb" ,lmdb)
        ("ncurses" ,ncurses)



reply via email to

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