mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mysql: Add bash-minimal to inputs.
* gnu/packages/databases.scm (mysql) [inputs]: Add bash-minimal. Change-Id: I27645b599cd78806f54dd81cc41fbeb899437d33
This commit is contained in:
parent
a5dd476b41
commit
0beed9c2e9
1 changed files with 3 additions and 3 deletions
|
@ -972,12 +972,12 @@ auto-completion and syntax highlighting.")
|
||||||
,(string-append coreutils "/bin")
|
,(string-append coreutils "/bin")
|
||||||
,(string-append grep "/bin")
|
,(string-append grep "/bin")
|
||||||
,(string-append ps "/bin")
|
,(string-append ps "/bin")
|
||||||
,(string-append sed "/bin"))))
|
,(string-append sed "/bin"))))))))))
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison perl pkg-config))
|
(list bison perl pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost-for-mysql
|
(list bash-minimal
|
||||||
|
boost-for-mysql
|
||||||
coreutils
|
coreutils
|
||||||
gawk
|
gawk
|
||||||
grep
|
grep
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue