gnu: txr: Reduce closure size.

* gnu/packages/lisp.scm (txr)[inputs]: Replace bash by bash-minimal.
This commit is contained in:
Guillaume Le Vaillant 2021-07-21 10:57:27 +02:00
parent 2f41e9540d
commit ce27cde262
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -924,7 +924,7 @@ (define-public txr
("groff" ,groff)
("man2html" ,man-for-txr)))
(inputs
`(("bash" ,bash)
`(("bash" ,bash-minimal)
("libffi" ,libffi)))
(arguments
`(#:configure-flags