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-06-25 12:44:01 +0200
committerPeter Simons <simons@cryp.to>2015-07-05 21:06:03 +0200
commit34f10a82e080fe8fa4f82aff310a4fe14c4384d1 (patch)
treecbcb73a5400bc8f4c381b63f13c77277ea1f13da /pkgs/development/haskell-modules/configuration-common.nix
parent63406af616898b245ccc6efe58829eba7701e5f3 (diff)
downloadnixpkgs-34f10a82e080fe8fa4f82aff310a4fe14c4384d1.tar
nixpkgs-34f10a82e080fe8fa4f82aff310a4fe14c4384d1.tar.gz
nixpkgs-34f10a82e080fe8fa4f82aff310a4fe14c4384d1.tar.bz2
nixpkgs-34f10a82e080fe8fa4f82aff310a4fe14c4384d1.tar.lz
nixpkgs-34f10a82e080fe8fa4f82aff310a4fe14c4384d1.tar.xz
nixpkgs-34f10a82e080fe8fa4f82aff310a4fe14c4384d1.tar.zst
nixpkgs-34f10a82e080fe8fa4f82aff310a4fe14c4384d1.zip
haskell-digitalocean-kzs: can't run its test suite
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 16152dc0468..0aa265656a9 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -314,6 +314,7 @@ self: super: {
   bitx-bitcoin = dontCheck super.bitx-bitcoin;          # http://hydra.cryp.to/build/926187/log/raw
   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
   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"; });