diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-03-16 17:35:42 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-03-16 17:35:42 +0100 |
commit | 3283f2617f4b8fa10509f811e1f16ca0f6aeadd2 (patch) | |
tree | 49153c35394d1f34d4d6be7d95a26cddf028f3f6 /gnu/packages | |
parent | 3b3046dbcf6a38e1b609a6cebce7db812c7d564d (diff) | |
download | guix-3283f2617f4b8fa10509f811e1f16ca0f6aeadd2.tar.gz guix-3283f2617f4b8fa10509f811e1f16ca0f6aeadd2.zip |
gnu: qt: Build with mariadb.
* gnu/packages/qt.scm (qt)[inputs]: Replace mysql with mariadb.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 74a22ae6f4..0dc1857d45 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org> ;;; 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 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr> @@ -186,7 +186,7 @@ system, and the core design of Django is reused in Grantlee.") ("libxslt" ,libxslt) ("libxtst" ,libxtst) ("mtdev" ,mtdev) - ("mysql" ,mysql) + ("mariadb" ,mariadb) ("nss" ,nss) ("openssl" ,openssl) ("postgresql" ,postgresql) |