GNU bug report logs -
#49327
[PATCH core-updates 000/128] Add 'bash' input for 'wrap-program'.
Previous Next
Reported by: Maxime Devos <maximedevos <at> telenet.be>
Date: Fri, 2 Jul 2021 10:05:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #218 received at 49327 <at> debbugs.gnu.org (full text, mbox):
It is required for cross-compilation.
* gnu/packages/dns.scm
(knot-resolver)[inputs]: Add 'bash-minimal'.
(ddclient)[inputs]: Likewise.
---
gnu/packages/dns.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index a0388a1419..41f92fec9e 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1009,7 +1009,8 @@ synthesis, and on-the-fly re-configuration.")
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
("texinfo" ,texinfo)))
(inputs
- `(("fstrm" ,fstrm)
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("fstrm" ,fstrm)
("gnutls" ,gnutls)
("knot:lib" ,knot "lib")
("libuv" ,libuv)
@@ -1047,7 +1048,8 @@ LuaJIT, both a resolver library and a daemon.")
`(("bash" ,bash)
("perl" ,perl)))
(inputs
- `(("inetutils" ,inetutils) ; logger
+ `(("bash" ,bash-minimal) ; for wrap-program
+ ("inetutils" ,inetutils) ; logger
("net-tools" ,net-tools)
("perl-data-validate-ip" ,perl-data-validate-ip)
("perl-digest-sha1" ,perl-digest-sha1)
--
2.32.0
This bug report was last modified 1 year and 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.