From 1345c611bafb0a40af14f812d62c4cdaca3d2993 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 19 Dec 2020 15:16:19 +0100 Subject: gnu: texlive: Wrap with 'bash-minimal'. * gnu/packages/tex.scm (texlive)[inputs]: Change from BASH to BASH-MINIMAL. --- gnu/packages/tex.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3