guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: texlive: Wrap with 'bash-minimal'.


From: guix-commits
Subject: 02/05: gnu: texlive: Wrap with 'bash-minimal'.
Date: Sun, 20 Dec 2020 17:41:22 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 1345c611bafb0a40af14f812d62c4cdaca3d2993
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 19 15:16:19 2020 +0100

    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(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ae1ff5e..1002fcd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]