From 56afb5a5d01197a4cecf1ea6e4e32d5261882bf9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 14 Feb 2013 12:39:46 +0100 Subject: [PATCH] haskell-filestore: jailbreak to enable the build with the latest version of 'Diff' --- pkgs/development/libraries/haskell/filestore/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/filestore/default.nix b/pkgs/development/libraries/haskell/filestore/default.nix index 43492d73fae..d114a5aa3af 100644 --- a/pkgs/development/libraries/haskell/filestore/default.nix +++ b/pkgs/development/libraries/haskell/filestore/default.nix @@ -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;