haskell-certificate: jailbreak to fix build with recent versions of 'pem'
This commit is contained in:
parent
4ea16fd9b7
commit
5599935db1
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [
|
||||
asn1Data cryptohash cryptoPubkeyTypes filepath mtl pem time
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-certificate";
|
||||
description = "Certificates and Key Reader/Writer";
|
||||
|
|
Loading…
Reference in a new issue