From c20be9610c04eaa5662e6292d3b82d24df043c52 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 24 Feb 2014 10:10:12 +0100 Subject: [PATCH] haskell-fb: re-generate package with cabal2nix --- pkgs/development/libraries/haskell/fb/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/fb/default.nix b/pkgs/development/libraries/haskell/fb/default.nix index 122c2329668..dbade4c9f84 100644 --- a/pkgs/development/libraries/haskell/fb/default.nix +++ b/pkgs/development/libraries/haskell/fb/default.nix @@ -21,12 +21,11 @@ cabal.mkDerivation (self: { aeson conduit dataDefault hspec httpConduit HUnit liftedBase monadControl QuickCheck text time transformers ]; + doCheck = false; meta = { homepage = "https://github.com/meteficha/fb"; description = "Bindings to Facebook's API"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; - # The tests require Facebook API keys - doCheck = false; })