diff options
author | Maxime Devos <maximedevos@telenet.be> | 2021-07-02 12:13:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:44 +0200 |
commit | ea98917d895541b82d02cf5921b93bdb87a1f505 (patch) | |
tree | 4aef466365776fbaec2fb53648bcce2e59b7d866 | |
parent | 8a5fa92fd6f8e3fea5b41ec5b76b5bdcb922e96b (diff) | |
download | guix-ea98917d895541b82d02cf5921b93bdb87a1f505.tar.gz guix-ea98917d895541b82d02cf5921b93bdb87a1f505.zip |
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
-rw-r--r-- | gnu/packages/gtk.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 4e80a6ed99..e7b5b966f9 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2284,7 +2284,8 @@ information.") pkg-config python-wrapper)) (inputs - (list bc + (list bash-minimal + bc dblatex docbook-xml-4.3 docbook-xsl |