mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
haskell-fb: re-generate package with cabal2nix
This commit is contained in:
parent
bac47e8168
commit
c20be9610c
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue