From f93acdf3acdeb202f66ddee3f912e666f31a122e Mon Sep 17 00:00:00 2001 From: Peter Simons <simons@cryp.to> Date: Thu, 30 Jan 2014 08:28:08 +0100 Subject: [PATCH] haskell-CouchDB: re-generate with cabal2nix --- pkgs/development/libraries/haskell/CouchDB/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/CouchDB/default.nix b/pkgs/development/libraries/haskell/CouchDB/default.nix index d2e66c438e19..ac8ab3d77286 100644 --- a/pkgs/development/libraries/haskell/CouchDB/default.nix +++ b/pkgs/development/libraries/haskell/CouchDB/default.nix @@ -6,10 +6,7 @@ cabal.mkDerivation (self: { sha256 = "0a9g0iblfyqppcy1ni3ac8f3yv5km95bfblhwqlsk6khydi5ka98"; buildDepends = [ HTTP json mtl network utf8String ]; testDepends = [ HTTP HUnit json mtl network utf8String ]; - - # Disabled tests because a running CouchDB server is needed. doCheck = false; - meta = { homepage = "http://github.com/arjunguha/haskell-couchdb/"; description = "CouchDB interface";