mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: qtbase: Build with mariadb.
* gnu/packages/qt.scm (qtbase)[inputs]: Replace mysql with mariadb.
This commit is contained in:
parent
3283f2617f
commit
07380d10f5
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ (define-public qtbase
|
|||
("libxslt" ,libxslt)
|
||||
("libxtst" ,libxtst)
|
||||
("mtdev" ,mtdev)
|
||||
("mysql" ,mysql)
|
||||
("mariadb" ,mariadb)
|
||||
("nss" ,nss)
|
||||
("openssl" ,openssl)
|
||||
("pcre2" ,pcre2)
|
||||
|
|
Loading…
Reference in a new issue