mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: SOCI: Build with MariaDB instead of MySQL.
* gnu/packages/databases.scm (soci)[inputs]: Remove MYSQL. Add MARIADB:DEV and MARIADB:LIB.
This commit is contained in:
parent
ec5c22c2c6
commit
1ce65f5cff
1 changed files with 2 additions and 1 deletions
|
@ -3458,7 +3458,8 @@ The drivers officially supported by @code{libdbi} are:
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("odbc" ,unixodbc)
|
("odbc" ,unixodbc)
|
||||||
("boost" ,boost)
|
("boost" ,boost)
|
||||||
("mysql" ,mysql)))
|
("mariadb:dev" ,mariadb "dev")
|
||||||
|
("mariadb:lib" ,mariadb "lib")))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Tests may require running database management systems.
|
`(#:tests? #f ; Tests may require running database management systems.
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue