summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaku Laesvuori <saku@laesvuori.fi>2025-10-18 17:30:29 +0300
committerAndreas Enge <andreas@enge.fr>2026-06-13 08:51:30 +0200
commit0db8cb54fba56b9d8de415eb1752784bf3d8a330 (patch)
treeb850e6039484bcddd99afd18b998c23d1de074c8
parent24edc74cdd6cf75639e8212a86fa5412406537cb (diff)
gnu: ghc-mysql: Fix build
* gnu/packages/haskell-xyz.scm (ghc-mysql)[inputs]: Add mariadb:dev, openssl and zlib. [arguments]: Disable failing tests. Change-Id: Ib8dae50c15c84edeab9f1a6f9b2ddce19ae7bf93 Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/haskell-xyz.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 6755ae63330..438af8dc1e3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -15898,6 +15898,8 @@ Haskell newer than 2.8.")
15898 (base32 "051w428arxbix06a52dacqjpnkfx42zbazxsd3l9d857dsd0kl3g")))) 15898 (base32 "051w428arxbix06a52dacqjpnkfx42zbazxsd3l9d857dsd0kl3g"))))
15899 (build-system haskell-build-system) 15899 (build-system haskell-build-system)
15900 (properties '((upstream-name . "mysql"))) 15900 (properties '((upstream-name . "mysql")))
15901 (arguments `(#:tests? #f)) ; TODO: Fails to connect to server.
15902 (inputs (list (list mariadb "dev") openssl zlib))
15901 (native-inputs (list ghc-hspec)) 15903 (native-inputs (list ghc-hspec))
15902 (home-page "https://github.com/paul-rouse/mysql") 15904 (home-page "https://github.com/paul-rouse/mysql")
15903 (synopsis "Low-level MySQL client library") 15905 (synopsis "Low-level MySQL client library")