summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-08-26 23:01:42 +0200
committerPeter Simons <simons@cryp.to>2015-08-27 12:45:20 +0200
commit93a3ba3909ca67a62c636a2fba75dd80c416bbdf (patch)
tree5b52588adda9fa0187610de2b787bfac83533adf /pkgs/development/haskell-modules/configuration-common.nix
parenta9ec286d99e8800e9709e8921b934efc88e1a8cf (diff)
downloadnixpkgs-93a3ba3909ca67a62c636a2fba75dd80c416bbdf.tar
nixpkgs-93a3ba3909ca67a62c636a2fba75dd80c416bbdf.tar.gz
nixpkgs-93a3ba3909ca67a62c636a2fba75dd80c416bbdf.tar.bz2
nixpkgs-93a3ba3909ca67a62c636a2fba75dd80c416bbdf.tar.lz
nixpkgs-93a3ba3909ca67a62c636a2fba75dd80c416bbdf.tar.xz
nixpkgs-93a3ba3909ca67a62c636a2fba75dd80c416bbdf.tar.zst
nixpkgs-93a3ba3909ca67a62c636a2fba75dd80c416bbdf.zip
haskell-github-types: test suite tries to access the network
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2705a301124..41eeaf30cc5 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -314,6 +314,7 @@ self: super: {
   concurrent-dns-cache = dontCheck super.concurrent-dns-cache;
   dbus = dontCheck super.dbus;                          # http://hydra.cryp.to/build/498404/log/raw
   digitalocean-kzs = dontCheck super.digitalocean-kzs;  # https://github.com/KazumaSATO/digitalocean-kzs/issues/1
+  github-types = dontCheck super.github-types;          # http://hydra.cryp.to/build/1114046/nixlog/1/raw
   hadoop-rpc = dontCheck super.hadoop-rpc;              # http://hydra.cryp.to/build/527461/nixlog/2/raw
   hasql = dontCheck super.hasql;                        # http://hydra.cryp.to/build/502489/nixlog/4/raw
   hjsonschema = overrideCabal super.hjsonschema (drv: { testTarget = "local"; });