diff options
author | Marius Bakke <marius@gnu.org> | 2020-12-19 15:16:19 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-12-20 23:40:45 +0100 |
commit | 1345c611bafb0a40af14f812d62c4cdaca3d2993 (patch) | |
tree | fbcac496b13528c73403c90bbb47250f480ffd74 /gnu | |
parent | cbd0a38ccb1c5830c06781c1c411ad8f5bbfa2bb (diff) | |
download | guix-1345c611bafb0a40af14f812d62c4cdaca3d2993.tar.gz guix-1345c611bafb0a40af14f812d62c4cdaca3d2993.zip |
gnu: texlive: Wrap with 'bash-minimal'.
* gnu/packages/tex.scm (texlive)[inputs]: Change from BASH to BASH-MINIMAL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ae1ff5e62f..1002fcdda9 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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 |