guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: knot-resolver: Fix build.


From: guix-commits
Subject: branch master updated: gnu: knot-resolver: Fix build.
Date: Fri, 21 Jan 2022 13:56:32 -0500

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a13a3141a1 gnu: knot-resolver: Fix build.
a13a3141a1 is described below

commit a13a3141a169896606afa235867fd2be82d5bbd8
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Fri Jan 21 21:54:09 2022 +0300

    gnu: knot-resolver: Fix build.
    
    Since commit 6f36d0c89e3bf19bb7bb8f7f5b77de30c9af861b, Meson no longer
    propagates Python.
    
    * gnu/packages/dns.scm (knot-resolver)[inputs]: Add PYTHON.
---
 gnu/packages/dns.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 3dc69f1313..c061c9a22d 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -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 @@ synthesis, and on-the-fly re-configuration.")
        ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]