diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-07-21 10:57:27 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-07-21 10:57:27 +0200 |
commit | ce27cde2629d54eeb135e0e4754f3ab35a0fddaf (patch) | |
tree | 82602e822d8dac0de3768e8613727b09f7e159a7 /gnu/packages | |
parent | 2f41e9540deac9ad4fcaf9a14fefaf0750ffe557 (diff) | |
download | guix-ce27cde2629d54eeb135e0e4754f3ab35a0fddaf.tar guix-ce27cde2629d54eeb135e0e4754f3ab35a0fddaf.tar.gz |
gnu: txr: Reduce closure size.
* gnu/packages/lisp.scm (txr)[inputs]: Replace bash by bash-minimal.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/lisp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index d8d7a7394c..838742e1b2 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 |