apteryx pushed a commit to branch core-updates
in repository guix.

commit a095f86f1d7395d28f90b10bfa5e8247def25418
Author: Maxime Devos <[email protected]>
AuthorDate: Fri Jul 2 12:13:08 2021 +0200

    gnu: gtk-doc: Add 'bash' input for 'wrap-program'.
    
    It is required for cross-compilation.
    
    * gnu/packages/gtk.scm (gtk-doc)[inputs]: Add 'bash-minimal'.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
    Modified-by: Maxim Cournoyer <[email protected]>
    Change-Id: I5db498ba4c7c7db239adb2b46a16585da044fd02
---
 gnu/packages/gtk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f7b44e79e2..936be5151a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2194,7 +2194,8 @@ information.")
            pkg-config
            python-wrapper))
     (inputs
-     (list bc
+     (list bash-minimal
+           bc
            dblatex
            docbook-xml-4.3
            docbook-xsl

Reply via email to