1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 19:50:30 +02: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:
Maxime Devos
2021-07-02 12:07:40 +02:00
committed by Ludovic Courtès
parent 7bd8ddcbba
commit 5c44b273b7

View File

@@ -1045,7 +1045,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)