~ruther/guix-local

5e7f57ee56730043940b3525dbc5e051d60192ad — Maxime Devos 4 years ago 4b2bf5a
gnu: itstool: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/glib.scm
(itstool)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I27a2d20d1bbd727c966928b491f80717281fb626
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/glib.scm
M gnu/packages/glib.scm => gnu/packages/glib.scm +1 -1
@@ 750,7 750,7 @@ The intltool collection can be used to do these things:
               "1jl7gsr7aclb9nvqazr039m86y7f7ivfhl2pixcrbfqjkb97r6kb"))))
    (build-system gnu-build-system)
    (inputs
     (list libxml2 python-libxml2 python))
     (list bash-minimal libxml2 python-libxml2 python))
    (arguments
     (list
      #:phases