3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: texlive-union: Build with 'bash-minimal'.

* gnu/packages/tex.scm (texlive-union)[inputs]: Change from BASH to
BASH-MINIMAL.
This commit is contained in:
Marius Bakke 2020-12-19 15:12:03 +01:00
parent ffffb2dfa9
commit cbd0a38ccb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3493,7 +3493,7 @@ standard LaTeX packages."
(delete-file (string-append out "/share/texmf-dist/ls-R")))
#t))))
(inputs
`(("bash" ,bash)
`(("bash" ,bash-minimal)
,@(map (lambda (package)
(list (package-name package) package))
(append default-packages packages))))