summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/haskell/pipes-aeson/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/pipes-aeson/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/pipes-aeson/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/pipes-aeson/default.nix b/pkgs/development/libraries/haskell/pipes-aeson/default.nix
index aa226aa4e3b3..2f4bd30994a2 100644
--- a/pkgs/development/libraries/haskell/pipes-aeson/default.nix
+++ b/pkgs/development/libraries/haskell/pipes-aeson/default.nix
@@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
aeson attoparsec pipes pipesAttoparsec pipesBytestring pipesParse
transformers
];
+ jailbreak = true;
meta = {
homepage = "https://github.com/k0001/pipes-aeson";
description = "Encode and decode JSON streams using Aeson and Pipes";