summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMalte Voos <voos.malte@gmail.com>2020-10-05 19:28:58 +0200
committerPeter Simons <simons@cryp.to>2020-10-09 21:39:35 +0200
commit7526fbef4b74a77bcf9668b7b847f773eb977ad8 (patch)
tree8153f7273d5d84dd37e3d760aef3b2977d5cc64d /pkgs/development/haskell-modules/configuration-common.nix
parent9bf8b9804548942788cdd8e39786117aef797559 (diff)
downloadnixpkgs-7526fbef4b74a77bcf9668b7b847f773eb977ad8.tar
nixpkgs-7526fbef4b74a77bcf9668b7b847f773eb977ad8.tar.gz
nixpkgs-7526fbef4b74a77bcf9668b7b847f773eb977ad8.tar.bz2
nixpkgs-7526fbef4b74a77bcf9668b7b847f773eb977ad8.tar.lz
nixpkgs-7526fbef4b74a77bcf9668b7b847f773eb977ad8.tar.xz
nixpkgs-7526fbef4b74a77bcf9668b7b847f773eb977ad8.tar.zst
nixpkgs-7526fbef4b74a77bcf9668b7b847f773eb977ad8.zip
haskellPackages.domain-auth: disable test suite
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index bab419af285..f3b48523fda 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1471,6 +1471,9 @@ self: super: {
     url = "https://github.com/jaspervdj/stylish-haskell/commit/9550aa1cd177aa6fe271d075177109d66a79e67f.patch";
     sha256 = "1ffnbd2s4fx0ylnnlcyyag119yxb32p5r20b38l39lsa0jwv229f";
   });
+
+  # The test suite attempts to read `/etc/resolv.conf`, which doesn't work in the sandbox.
+  domain-auth = dontCheck super.domain-auth;
   # INSERT NEW OVERRIDES ABOVE THIS LINE
 
 } // (let