haskell-filestore: jailbreak to enable the build with the latest version of 'Diff'

This commit is contained in:
Peter Simons 2013-02-14 12:39:46 +01:00
parent 603aacf97f
commit 56afb5a5d0

View File

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
buildDepends = [
Diff filepath HUnit mtl parsec split time utf8String xml
];
jailbreak = true;
meta = {
description = "Interface for versioning file stores";
license = self.stdenv.lib.licenses.bsd3;