gnu: knot-resolver: Fix build.

Since commit 6f36d0c89e, Meson no longer
propagates Python.

* gnu/packages/dns.scm (knot-resolver)[inputs]: Add PYTHON.
This commit is contained in:
Oleg Pykhalov 2022-01-21 21:54:09 +03:00
parent 0baf5efe01
commit a13a3141a1
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -9,7 +9,7 @@
;;; Copyright © 2016, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
;;; Copyright © 2017 Gregor Giesen <giesen@zaehlwerk.net>
;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2018, 2022 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2019 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com>
@ -1077,7 +1077,8 @@ (define-public knot-resolver
("luajit" ,luajit)
;; TODO: Add optional lua modules: basexx and psl.
("lua-bitop" ,lua5.1-bitop)
("nghttp2" ,nghttp2 "lib")))
("nghttp2" ,nghttp2 "lib")
("python" ,python)))
(home-page "https://www.knot-resolver.cz/")
(synopsis "Caching validating DNS resolver")
(description