[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)
- branch master updated (1ec67d5 -> 7721dbf), guix-commits, 2020/10/06
- 01/06: gnu: knot: Enable DNS-over-HTTPS support in kdig.,
guix-commits <=
- 02/06: gnu: knot: Build & install the Info manual., guix-commits, 2020/10/06
- 04/06: gnu: knot: Fix typo., guix-commits, 2020/10/06
- 05/06: gnu: knot: Enable XDP., guix-commits, 2020/10/06
- 03/06: gnu: knot: Fix test failure on aarch64-linux., guix-commits, 2020/10/06
- 06/06: gnu: perl-digest-md5: Update to 2.58., guix-commits, 2020/10/06