summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-02-18 17:53:53 +0100
committersternenseemann <sternenseemann@systemli.org>2023-02-18 17:54:14 +0100
commit34a7913a43b4d57eeb90ad247806adb09bdd8a37 (patch)
tree5b103877f3e201889bb1058e742d17e3ebf51607 /pkgs/development/haskell-modules
parent862a8fd659e046234325bc034bb0c7176f5a42b8 (diff)
downloadnixpkgs-34a7913a43b4d57eeb90ad247806adb09bdd8a37.tar
nixpkgs-34a7913a43b4d57eeb90ad247806adb09bdd8a37.tar.gz
nixpkgs-34a7913a43b4d57eeb90ad247806adb09bdd8a37.tar.bz2
nixpkgs-34a7913a43b4d57eeb90ad247806adb09bdd8a37.tar.lz
nixpkgs-34a7913a43b4d57eeb90ad247806adb09bdd8a37.tar.xz
nixpkgs-34a7913a43b4d57eeb90ad247806adb09bdd8a37.tar.zst
nixpkgs-34a7913a43b4d57eeb90ad247806adb09bdd8a37.zip
haskellPackages.minicurl: disable test suite accessing the network
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 4105a01945e..ff850f33b60 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