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) | |
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 fcdb0e9b8b4..8ded654df0b 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm | |||
| @@ -710,7 +710,8 @@ the in DocBook SGML DTDs.") | |||
| 710 | "--quiet" "tests/mathml/mmltest2.xml"))))))) | 710 | "--quiet" "tests/mathml/mmltest2.xml"))))))) |
| 711 | (native-inputs (list docbook-mathml-1.0)) | 711 | (native-inputs (list docbook-mathml-1.0)) |
| 712 | (inputs | 712 | (inputs |
| 713 | (list texlive-bin | 713 | (list bash-minimal |
| 714 | texlive-bin | ||
| 714 | (texlive-updmap.cfg (list texlive-amsmath | 715 | (texlive-updmap.cfg (list texlive-amsmath |
| 715 | texlive-anysize | 716 | texlive-anysize |
| 716 | texlive-appendix | 717 | texlive-appendix |
