haskell-crypto-conduit: jailbreak to fix build with recent version of crypto-api
This commit is contained in:
parent
f0d5323e5f
commit
12f6308a01
@ -12,6 +12,9 @@ cabal.mkDerivation (self: {
|
|||||||
skein transformers
|
skein transformers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|crypto-api >= 0.9 && < 0.12|crypto-api >= 0.9|' crypto-conduit.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/meteficha/crypto-conduit";
|
homepage = "https://github.com/meteficha/crypto-conduit";
|
||||||
description = "Conduit interface for cryptographic operations (from crypto-api)";
|
description = "Conduit interface for cryptographic operations (from crypto-api)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user