diff options
author | Maxime Devos <maximedevos@telenet.be> | 2021-07-02 12:07:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:42 +0200 |
commit | 3a42d262006ed2d99fab9d1e47a6eb515311e77b (patch) | |
tree | d7bc8404a9dbdf3db7890d12ec609ccd9f03a1a5 /gnu/packages | |
parent | 5c44b273b720d46c66601c6f77fbfd43000dbdce (diff) | |
download | guix-3a42d262006ed2d99fab9d1e47a6eb515311e77b.tar.gz guix-3a42d262006ed2d99fab9d1e47a6eb515311e77b.zip |
gnu: dblatex: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/docbook.scm
(dblatex)[inputs]: Add 'bash-minimal'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I87ff69f4fb3b676367eb8995cf0b06bcfa14acba
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/docbook.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index fcdb0e9b8b..8ded654df0 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -710,7 +710,8 @@ the in DocBook SGML DTDs.") "--quiet" "tests/mathml/mmltest2.xml"))))))) (native-inputs (list docbook-mathml-1.0)) (inputs - (list texlive-bin + (list bash-minimal + texlive-bin (texlive-updmap.cfg (list texlive-amsmath texlive-anysize texlive-appendix |