summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-08 11:19:32 +0100
committerPeter Simons <simons@cryp.to>2015-03-09 15:20:59 +0100
commit639ffffa8d0cee3acb67f0b626e789c75f4dadc5 (patch)
treeca4d0efa37e7805f6ed88366c3884d1b663940dc /pkgs/development/haskell-modules/configuration-common.nix
parent17b7ade707483066207e794db006b8ce7ff3ca44 (diff)
downloadnixpkgs-639ffffa8d0cee3acb67f0b626e789c75f4dadc5.tar
nixpkgs-639ffffa8d0cee3acb67f0b626e789c75f4dadc5.tar.gz
nixpkgs-639ffffa8d0cee3acb67f0b626e789c75f4dadc5.tar.bz2
nixpkgs-639ffffa8d0cee3acb67f0b626e789c75f4dadc5.tar.lz
nixpkgs-639ffffa8d0cee3acb67f0b626e789c75f4dadc5.tar.xz
nixpkgs-639ffffa8d0cee3acb67f0b626e789c75f4dadc5.tar.zst
nixpkgs-639ffffa8d0cee3acb67f0b626e789c75f4dadc5.zip
haskell-influxdb build has been fixed.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 1a59ec236b5..93f0befc704 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;