1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 07:48:58 +00:00

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;