gnu: kodi: Build with mariadb.
* gnu/packages/kodi.scm (kodi)[inputs]: Replace mysql with mariadb.
This commit is contained in:
parent
248a9e163b
commit
66b9c643d5
|
@ -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…
Reference in New Issue