guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 62cbd85a0544927db3253c9ed5de7cb10a939b32
Author: Saku Laesvuori <[email protected]>
AuthorDate: Wed Aug 5 15:32:12 2026 +0300
gnu: ghc-persistent-postgresql: Fix build.
* gnu/packages/haskell-xyz.scm
(ghc-persistent-postgresql)[arguments]: Disable tests.
---
gnu/packages/haskell-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 89ba9e7c1c..940a960b12 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16011,6 +16011,7 @@ server and to receive the results of these queries.")
(base32 "1774fh28jls2r692164ln66ipa6gl3sqj8pb04nf3sl1m498qjd7"))))
(build-system haskell-build-system)
(properties '((upstream-name . "persistent-postgresql")))
+ (arguments (list #:tests? #f)) ; tests require a running postgresql server
(inputs (list ghc-aeson
ghc-attoparsec
ghc-blaze-builder