mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ This package contains the complete tree of texmf-dist data.")
|
|||
(version "20190410")
|
||||
(source #f)
|
||||
(build-system trivial-build-system)
|
||||
(inputs `(("bash" ,bash) ; for wrap-program
|
||||
(inputs `(("bash" ,bash-minimal) ;for wrap-program
|
||||
("texlive-bin" ,texlive-bin)
|
||||
("texlive-texmf" ,texlive-texmf)))
|
||||
(native-search-paths
|
||||
|
|
Loading…
Reference in a new issue