mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
This commit is contained in:
parent
7bd8ddcbba
commit
5c44b273b7
1 changed files with 2 additions and 1 deletions
|
@ -1045,7 +1045,8 @@ (define-public knot-resolver
|
|||
python-sphinx-rtd-theme
|
||||
texinfo))
|
||||
(inputs
|
||||
`(("fstrm" ,fstrm)
|
||||
`(("bash" ,bash-minimal) ;for wrap-program
|
||||
("fstrm" ,fstrm)
|
||||
("gnutls" ,gnutls)
|
||||
("knot:lib" ,knot "lib")
|
||||
("libuv" ,libuv)
|
||||
|
|
Loading…
Reference in a new issue