summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/cabal2ghci/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/haskell/cabal2ghci/default.nix')
-rw-r--r--pkgs/development/tools/haskell/cabal2ghci/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/haskell/cabal2ghci/default.nix b/pkgs/development/tools/haskell/cabal2ghci/default.nix
index 881328d875b6..cd7bf9dc9d16 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;