diff options
author | Simon South <simon@simonsouth.net> | 2020-10-06 09:56:43 -0400 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 16:20:39 +0200 |
commit | dadfc9bcd147143f019c9db337628d1b21a9594b (patch) | |
tree | e7f2d9ad161d52adcca58ce1c1108bcd3e682180 /gnu/packages/dns.scm | |
parent | 1ec67d5220b0ebac20263b44f4fefaf51ba8fdbb (diff) |
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>
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 0cb8df94df..0608ef1c6a 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) |