diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1a59ec236b5d..93f0befc7046 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -344,6 +344,7 @@ 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; @@ -609,10 +610,6 @@ 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; - # We don't have the groonga package these libraries bind to. haroonga = markBroken super.haroonga; haroonga-httpd = markBroken super.haroonga-httpd;