From 30c918e4090f653b32f140b66e990473ab6628d8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 12 Sep 2014 10:31:38 +0200 Subject: [PATCH] haskell-hsimport: jailbreak to fix build with current tasty https://github.com/dan-t/hsimport/issues/7 --- pkgs/development/libraries/haskell/hsimport/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/hsimport/default.nix b/pkgs/development/libraries/haskell/hsimport/default.nix index 3093cbb2038d..20f1d434864b 100644 --- a/pkgs/development/libraries/haskell/hsimport/default.nix +++ b/pkgs/development/libraries/haskell/hsimport/default.nix @@ -14,6 +14,7 @@ cabal.mkDerivation (self: { attoparsec cmdargs dyre haskellSrcExts lens mtl split text ]; testDepends = [ filepath haskellSrcExts tasty tastyGolden ]; + jailbreak = true; meta = { description = "A command line program for extending the import list of a Haskell source file"; license = self.stdenv.lib.licenses.bsd3;