guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

37/51: gnu: gtk-doc: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 37/51: gnu: gtk-doc: Add 'bash' input for 'wrap-program'.
Date: Sat, 21 Oct 2023 15:19:33 -0400 (EDT)

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

commit a095f86f1d7395d28f90b10bfa5e8247def25418
Author: Maxime Devos <maximedevos@telenet.be>
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 <maxim.cournoyer@gmail.com>
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    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

[Prev in Thread] Current Thread [Next in Thread]