From f2b9e2f935935081187ec0d671480420f41df7d8 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 17 Apr 2023 16:11:46 +0300 Subject: gnu: ghc-mysql: Build with mariadb. * gnu/packages/haskell-xyz.scm (ghc-mysql)[inputs]: Remove mysql. Add mariadb:dev. --- gnu/packages/haskell-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/haskell-xyz.scm') diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index a411bfc40a..929ee08387 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015, 2019 Eric Bavier ;;; Copyright © 2016, 2018, 2019, 2021 Ludovic Courtès ;;; Copyright © 2016, 2017 Nikita -;;; Copyright © 2016, 2019 Efraim Flashner +;;; Copyright © 2016, 2019, 2023 Efraim Flashner ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus ;;; Copyright © 2016, 2017 David Craven ;;; Copyright © 2017 Danny Milosavljevic @@ -14501,7 +14501,7 @@ (define-public ghc-mysql (properties '((upstream-name . "mysql"))) (arguments `(#:tests? #f)) ; TODO: Fails to connect to server. (inputs - (list mysql zlib openssl)) + (list (list mariadb "dev") zlib openssl)) (native-inputs (list ghc-hspec)) (home-page "https://github.com/paul-rouse/mysql") (synopsis "Low-level MySQL client library") -- cgit v1.2.3