gnu: mysql: Add bash-minimal to inputs.

* gnu/packages/databases.scm (mysql)
[inputs]: Add bash-minimal.

Change-Id: I27645b599cd78806f54dd81cc41fbeb899437d33
This commit is contained in:
Maxim Cournoyer 2023-10-20 01:19:17 -04:00 committed by Ludovic Courtès
parent a5dd476b41
commit 0beed9c2e9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -972,12 +972,12 @@ (define-public mysql
,(string-append coreutils "/bin")
,(string-append grep "/bin")
,(string-append ps "/bin")
,(string-append sed "/bin"))))
#t))))))
,(string-append sed "/bin"))))))))))
(native-inputs
(list bison perl pkg-config))
(inputs
(list boost-for-mysql
(list bash-minimal
boost-for-mysql
coreutils
gawk
grep