From d826ebc5a8e06dd89fbb82589d0f6fc07d52eba3 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 7 Jun 2022 21:12:33 +0200 Subject: [PATCH] haskellPackages.aws-sns-verify: disable network dependent tests --- pkgs/development/haskell-modules/configuration-nix.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 9d93cc84add7..f1396fd0dd78 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -924,6 +924,9 @@ self: super: builtins.intersectAttrs super { && buildPlatform.isx86; } super.hashes; + # Tries to access network + aws-sns-verify = dontCheck super.aws-sns-verify; + # procex relies on close_range which has been introduced in Linux 5.9, # the test suite seems to force the use of this feature (or the fallback # mechanism is broken), so we can't run the test suite on machines with a