guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: txr: Reduce closure size.


From: guix-commits
Subject: branch master updated: gnu: txr: Reduce closure size.
Date: Wed, 21 Jul 2021 05:00:54 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ce27cde  gnu: txr: Reduce closure size.
ce27cde is described below

commit ce27cde2629d54eeb135e0e4754f3ab35a0fddaf
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Jul 21 10:57:27 2021 +0200

    gnu: txr: Reduce closure size.
    
    * gnu/packages/lisp.scm (txr)[inputs]: Replace bash by bash-minimal.
---
 gnu/packages/lisp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index d8d7a73..838742e 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -924,7 +924,7 @@ the HTML documentation of TXR.")
        ("groff" ,groff)
        ("man2html" ,man-for-txr)))
     (inputs
-     `(("bash" ,bash)
+     `(("bash" ,bash-minimal)
        ("libffi" ,libffi)))
     (arguments
      `(#:configure-flags



reply via email to

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