3
5
Fork 0
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:
Marius Bakke 2020-12-19 15:16:19 +01:00
parent cbd0a38ccb
commit 1345c611ba
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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