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>
This commit is contained in:
Simon South 2020-10-06 09:56:43 -04:00 committed by Tobias Geerinckx-Rice
parent 1ec67d5220
commit dadfc9bcd1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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 @@ (define-public knot
("libcap-ng" ,libcap-ng)
("libedit" ,libedit)
("libidn" ,libidn)
("libnghttp2" ,nghttp2 "lib")
("liburcu" ,liburcu)
("lmdb" ,lmdb)
("ncurses" ,ncurses)