From 36aaa263d3b83911f378bf9250e3fe041eb0dac2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 30 May 2013 12:16:26 +0200 Subject: [PATCH] cabal2ghci: jailbreak to fix build with Haskell Platform 2013.2.0.0 --- pkgs/development/tools/haskell/cabal2ghci/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/haskell/cabal2ghci/default.nix b/pkgs/development/tools/haskell/cabal2ghci/default.nix index 881328d875b..cd7bf9dc9d1 100644 --- a/pkgs/development/tools/haskell/cabal2ghci/default.nix +++ b/pkgs/development/tools/haskell/cabal2ghci/default.nix @@ -12,6 +12,7 @@ cabal.mkDerivation (self: { Cabal cmdargs stylishHaskell systemFileio systemFilepath text unorderedContainers yaml ]; + jailbreak = true; meta = { description = "A tool to generate .ghci file from .cabal"; license = self.stdenv.lib.licenses.bsd3;