mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: txr: Reduce closure size.
* gnu/packages/lisp.scm (txr)[inputs]: Replace bash by bash-minimal.
This commit is contained in:
parent
2f41e9540d
commit
ce27cde262
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ (define-public txr
|
|||
("groff" ,groff)
|
||||
("man2html" ,man-for-txr)))
|
||||
(inputs
|
||||
`(("bash" ,bash)
|
||||
`(("bash" ,bash-minimal)
|
||||
("libffi" ,libffi)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue