From 62700db96a2c26f6d6f01aa72fadfe3b19e957cb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 5 Mar 2015 18:01:38 +0100 Subject: [PATCH] haskell-influxdb is broken. --- pkgs/development/haskell-modules/configuration-common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3a49324e182b..60fabbbe6738 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -340,7 +340,6 @@ self: super: { http-client-openssl = dontCheck super.http-client-openssl; http-client-tls = dontCheck super.http-client-tls; ihaskell = dontCheck super.ihaskell; - influxdb = dontCheck super.influxdb; itanium-abi = dontCheck super.itanium-abi; katt = dontCheck super.katt; language-slice = dontCheck super.language-slice; @@ -606,6 +605,10 @@ self: super: { # Broken by GLUT update. Monadius = markBroken super.Monadius; + # https://github.com/maoe/influxdb-haskell/issues/24 + influxdb = markBroken super.influxdb; + snaplet-influxdb = markBroken super.snaplet-influxdb; + } // { # Not on Hackage.