summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-03 12:46:36 +0100
committerPeter Simons <simons@cryp.to>2014-01-06 12:09:58 +0100
commitca6c0433123ff45c0b97f550e8f808a05ee31f6b (patch)
tree7d426f22f00d23a1313887a7bbef24154f03ad3e /pkgs/development
parent3394e55f60cb7d610ce58d6e7ca889d2cc69aa84 (diff)
downloadnixpkgs-ca6c0433123ff45c0b97f550e8f808a05ee31f6b.tar
nixpkgs-ca6c0433123ff45c0b97f550e8f808a05ee31f6b.tar.gz
nixpkgs-ca6c0433123ff45c0b97f550e8f808a05ee31f6b.tar.bz2
nixpkgs-ca6c0433123ff45c0b97f550e8f808a05ee31f6b.tar.lz
nixpkgs-ca6c0433123ff45c0b97f550e8f808a05ee31f6b.tar.xz
nixpkgs-ca6c0433123ff45c0b97f550e8f808a05ee31f6b.tar.zst
nixpkgs-ca6c0433123ff45c0b97f550e8f808a05ee31f6b.zip
haskell-crypto-conduit: jailbreak for recent versions of crypto-api
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/crypto-conduit/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/crypto-conduit/default.nix b/pkgs/development/libraries/haskell/crypto-conduit/default.nix
index 1dc356b7f46..4450c3f4c61 100644
--- a/pkgs/development/libraries/haskell/crypto-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/crypto-conduit/default.nix
@@ -11,6 +11,9 @@ cabal.mkDerivation (self: {
     cereal conduit cryptoApi cryptocipher cryptohashCryptoapi hspec
     skein transformers
   ];
+  patchPhase = ''
+    sed -i -e 's|crypto-api >=.*|crypto-api|' crypto-conduit.cabal
+  '';
   jailbreak = true;
   doCheck = false;
   meta = {