mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-filestore: jailbreak to fix build with GHC 7.8.1
This commit is contained in:
parent
a46352aad1
commit
4a4439fd14
|
@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
|
|||
sha256 = "1la30bimcjngcv5dyx1a9x8lr8c4zs0dp4kzh8y5mjf8snky1avf";
|
||||
buildDepends = [ Diff filepath parsec split time utf8String xml ];
|
||||
testDepends = [ Diff filepath HUnit mtl time ];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Interface for versioning file stores";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue