mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
0baf5efe01
commit
a13a3141a1
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue