guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.

commit 60c5af62f06fe3ea6763d8e2f77a75ee4858eede
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 10:04:18 2025 +0300

    gnu: ghc-aws: Fix build
    
    * gnu/packages/haskell-xyz.scm (ghc-aws)[arguments]: Disable
    network-reliant testsuite.
    
    Change-Id: I9bd7c2f11aaf55c78cfde427b002b666d8d94aef
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 f059a82a5c..12bba53b96 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -664,6 +664,7 @@ periodic, on-demand actions in Haskell.")
         (base32 "0x78fydxg8qsr77mn7sy544xzl35jwc9j44vl3l868l51xkx3jwj"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "aws")))
+    (arguments (list #:tests? #f)) ; tests require AWS credentials and 
networking
     (inputs (list ghc-aeson
                   ghc-attoparsec
                   ghc-attoparsec-aeson

Reply via email to