guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: texlive-union: Build with 'bash-minimal'.


From: guix-commits
Subject: 01/05: gnu: texlive-union: Build 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 cbd0a38ccb1c5830c06781c1c411ad8f5bbfa2bb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 19 15:12:03 2020 +0100

    gnu: texlive-union: Build with 'bash-minimal'.
    
    * gnu/packages/tex.scm (texlive-union)[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 8c59aaf..ae1ff5e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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))))



reply via email to

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