summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-03 16:12:21 +0200
committerPeter Simons <simons@cryp.to>2015-06-04 17:42:06 +0200
commit697a80c004f65c7694c4cae33dd9f27513654dd8 (patch)
tree86eebd88730e079856b1bfeea56d38778605d845 /pkgs
parent6130aa2a4dccd68c18b02f690d775dc66d41a4a3 (diff)
downloadnixlib-697a80c004f65c7694c4cae33dd9f27513654dd8.tar
nixlib-697a80c004f65c7694c4cae33dd9f27513654dd8.tar.gz
nixlib-697a80c004f65c7694c4cae33dd9f27513654dd8.tar.bz2
nixlib-697a80c004f65c7694c4cae33dd9f27513654dd8.tar.lz
nixlib-697a80c004f65c7694c4cae33dd9f27513654dd8.tar.xz
nixlib-697a80c004f65c7694c4cae33dd9f27513654dd8.tar.zst
nixlib-697a80c004f65c7694c4cae33dd9f27513654dd8.zip
haskell-influxdb: build has been fixed upstream
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index b16b95558df9..ca1ea03f9032 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/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;
-
 }