1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 03:00:35 +02:00

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

View File

@@ -498,7 +498,8 @@ $(prefix)/etc/openrc\n")))
("help2man" ,help2man)
("po4a" ,po4a-minimal)))
(inputs
`(("bzip2" ,bzip2)
`(("bash-minimal", bash-minimal)
("bzip2" ,bzip2)
("gzip" ,gzip)
("sqlite" ,sqlite)
("libgcrypt" ,libgcrypt)