haskell-influxdb: build has been fixed upstream

wip/yesman
Peter Simons 9 years ago
parent 6130aa2a4d
commit 697a80c004
  1. 5
      pkgs/development/haskell-modules/configuration-common.nix

@ -402,6 +402,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;
@ -833,8 +834,4 @@ self: super: {
# https://github.com/jgm/gitit/issues/494
gitit = markBroken super.gitit;
# https://github.com/maoe/influxdb-haskell/issues/26
influxdb = markBroken (dontCheck super.influxdb);
snaplet-influxdb = dontDistribute super.snaplet-influxdb;
}

Loading…
Cancel
Save