guix-patches
[Top][All Lists]
Advanced

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

[bug#49327] [PATCH core-updates 112/128] gnu: gtk-doc: Add 'bash' input


From: Maxime Devos
Subject: [bug#49327] [PATCH core-updates 112/128] gnu: gtk-doc: Add 'bash' input for 'wrap-program'.
Date: Fri, 2 Jul 2021 12:13:08 +0200

It is required for cross-compilation.

* gnu/packages/gtk.scm
  (gtk-doc)[inputs]: Add 'bash-minimal'.
---
 gnu/packages/gtk.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index dc0089cbd9..2206afdaaa 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -60,6 +60,7 @@
   #:use-module (gnu packages algebra)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages boost)
   #:use-module (gnu packages build-tools)
   #:use-module (gnu packages texinfo)
@@ -2050,7 +2051,8 @@ information.")
        ("pkg-config" ,pkg-config)
        ("python-wrapper" ,python-wrapper)))
     (inputs
-     `(("bc" ,bc)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("bc" ,bc)
        ("dblatex" ,dblatex)
        ("docbook-xml" ,docbook-xml-4.3)
        ("docbook-xsl" ,docbook-xsl)
-- 
2.32.0






reply via email to

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