gnu: guix: Add bash-minimal to inputs.

* gnu/packages/package-management.scm (guix)
[inputs]: Add bash-minimal.

Change-Id: Idfc570777feec3f830baec47dca69e71bff37418
This commit is contained in:
Maxim Cournoyer 2023-10-20 10:11:52 -04:00 committed by Ludovic Courtès
parent 40ae834033
commit 7301bb217a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -498,7 +498,8 @@ (define code
("help2man" ,help2man)
("po4a" ,po4a-minimal)))
(inputs
`(("bzip2" ,bzip2)
`(("bash-minimal", bash-minimal)
("bzip2" ,bzip2)
("gzip" ,gzip)
("sqlite" ,sqlite)
("libgcrypt" ,libgcrypt)