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.