mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: texlive: Wrap with 'bash-minimal'.
* gnu/packages/tex.scm (texlive)[inputs]: Change from BASH to BASH-MINIMAL.
This commit is contained in:
parent
cbd0a38ccb
commit
1345c611ba
1 changed files with 1 additions and 1 deletions
|
@ -5873,7 +5873,7 @@ (define-public texlive
|
||||||
(version "20190410")
|
(version "20190410")
|
||||||
(source #f)
|
(source #f)
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(inputs `(("bash" ,bash) ; for wrap-program
|
(inputs `(("bash" ,bash-minimal) ;for wrap-program
|
||||||
("texlive-bin" ,texlive-bin)
|
("texlive-bin" ,texlive-bin)
|
||||||
("texlive-texmf" ,texlive-texmf)))
|
("texlive-texmf" ,texlive-texmf)))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
|
|
Loading…
Reference in a new issue