From 34a7913a43b4d57eeb90ad247806adb09bdd8a37 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 18 Feb 2023 17:53:53 +0100 Subject: [PATCH] haskellPackages.minicurl: disable test suite accessing the network --- 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 4105a01945e8..ff850f33b60f 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -941,6 +941,9 @@ self: super: builtins.intersectAttrs super { # Tries to access network aws-sns-verify = dontCheck super.aws-sns-verify; + # Test suite requires network access + minicurl = dontCheck super.minicurl; + # 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