guix-commits
[Top][All Lists]
Advanced

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

24/51: gnu: dns: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 24/51: gnu: dns: Add 'bash' input for 'wrap-program'.
Date: Sat, 21 Oct 2023 15:19:32 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit ffdd1b214ed5c86cf324f6f2f67a1d5e8a04101c
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:40 2021 +0200

    gnu: dns: Add 'bash' input for 'wrap-program'.
    
    It is required for cross-compilation.
    
    * gnu/packages/dns.scm
    (knot-resolver)[inputs]: Add 'bash-minimal'.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Change-Id: Ib39ca58fe52346bb083e0aa7a0d00059b5bc946d
---
 gnu/packages/dns.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 33715d6b19..a8b13f5f34 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1044,7 +1044,8 @@ synthesis, and on-the-fly re-configuration.")
            python-sphinx-rtd-theme
            texinfo))
     (inputs
-     `(("fstrm" ,fstrm)
+     `(("bash" ,bash-minimal)           ;for wrap-program
+       ("fstrm" ,fstrm)
        ("gnutls" ,gnutls)
        ("knot:lib" ,knot "lib")
        ("libuv" ,libuv)



reply via email to

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