summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAycan iRiCAN <iricanaycan@gmail.com>2014-06-26 09:29:27 +0300
committerAycan iRiCAN <iricanaycan@gmail.com>2014-06-26 09:29:27 +0300
commit86784cb7313d90fc86b38ce38cae8c0f369be038 (patch)
tree142b5d443df174ccc3a4fa805fe7c1dededf997b /pkgs
parent0c1ea65be99b0de45200c5f6002ba19a7795c8ef (diff)
downloadnixlib-86784cb7313d90fc86b38ce38cae8c0f369be038.tar
nixlib-86784cb7313d90fc86b38ce38cae8c0f369be038.tar.gz
nixlib-86784cb7313d90fc86b38ce38cae8c0f369be038.tar.bz2
nixlib-86784cb7313d90fc86b38ce38cae8c0f369be038.tar.lz
nixlib-86784cb7313d90fc86b38ce38cae8c0f369be038.tar.xz
nixlib-86784cb7313d90fc86b38ce38cae8c0f369be038.tar.zst
nixlib-86784cb7313d90fc86b38ce38cae8c0f369be038.zip
jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which is not available
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/pipes-binary/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/pipes-binary/default.nix b/pkgs/development/libraries/haskell/pipes-binary/default.nix
index e48ad2a96a48..060a70f16b8a 100644
--- a/pkgs/development/libraries/haskell/pipes-binary/default.nix
+++ b/pkgs/development/libraries/haskell/pipes-binary/default.nix
@@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
     tastySmallcheck transformers
   ];
   doCheck = false;
+  jailbreak = true;
   meta = {
     homepage = "https://github.com/k0001/pipes-binary";
     description = "Encode and decode binary streams using the pipes and binary libraries";