gnu: txr: Reduce closure size.
* gnu/packages/lisp.scm (txr)[inputs]: Replace bash by bash-minimal.master
parent
2f41e9540d
commit
ce27cde262
|
@ -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
|
||||
|
|
Reference in New Issue