Archived
1
0
Fork 0

gnu: qt: Build with mariadb.

* gnu/packages/qt.scm (qt)[inputs]: Replace mysql with mariadb.
This commit is contained in:
Ricardo Wurmus 2018-03-16 17:35:42 +01:00
parent 3b3046dbcf
commit 3283f2617f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5,7 +5,7 @@
;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org> ;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
;;; Copyright © 2016 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2016 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Quiliro <quiliro@fsfla.org> ;;; Copyright © 2017 Quiliro <quiliro@fsfla.org>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
@ -186,7 +186,7 @@ system, and the core design of Django is reused in Grantlee.")
("libxslt" ,libxslt) ("libxslt" ,libxslt)
("libxtst" ,libxtst) ("libxtst" ,libxtst)
("mtdev" ,mtdev) ("mtdev" ,mtdev)
("mysql" ,mysql) ("mariadb" ,mariadb)
("nss" ,nss) ("nss" ,nss)
("openssl" ,openssl) ("openssl" ,openssl)
("postgresql" ,postgresql) ("postgresql" ,postgresql)