summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-12-19 15:16:19 +0100
committerMarius Bakke <marius@gnu.org>2020-12-20 23:40:45 +0100
commit1345c611bafb0a40af14f812d62c4cdaca3d2993 (patch)
treefbcac496b13528c73403c90bbb47250f480ffd74 /gnu/packages/tex.scm
parentcbd0a38ccb1c5830c06781c1c411ad8f5bbfa2bb (diff)
downloadguix-patches-1345c611bafb0a40af14f812d62c4cdaca3d2993.tar
guix-patches-1345c611bafb0a40af14f812d62c4cdaca3d2993.tar.gz
gnu: texlive: Wrap with 'bash-minimal'.
* gnu/packages/tex.scm (texlive)[inputs]: Change from BASH to BASH-MINIMAL.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm2
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