mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
This commit is contained in:
parent
5c44b273b7
commit
3a42d26200
1 changed files with 2 additions and 1 deletions
|
@ -710,7 +710,8 @@ (define-public dblatex
|
|||
"--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
|
||||
|
|
Loading…
Reference in a new issue