~ruther/guix-local

5c44b273b720d46c66601c6f77fbfd43000dbdce — Maxime Devos 4 years ago 7bd8ddc
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
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/dns.scm
M gnu/packages/dns.scm => gnu/packages/dns.scm +2 -1
@@ 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)