mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kodi: Build with mariadb.
* gnu/packages/kodi.scm (kodi)[inputs]: Replace mysql with mariadb.
This commit is contained in:
parent
248a9e163b
commit
66b9c643d5
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ generator library for C++.")
|
|||
("libxrender" ,libxrender)
|
||||
("libxslt" ,libxslt)
|
||||
("lzo" ,lzo)
|
||||
("mysql" ,mysql)
|
||||
("mariadb" ,mariadb)
|
||||
("openssl" ,openssl)
|
||||
("pcre" ,pcre)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue