haskell.packages.ghc881.asn1-encoding: fix build

This commit is contained in:
Vaibhav Sagar 2019-08-29 18:45:13 -04:00 committed by Peter Simons
parent e5d3c59fc4
commit 7cb55e8742
1 changed files with 4 additions and 0 deletions

View File

@ -179,4 +179,8 @@ self: super: {
url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/haskell-src-meta-0.8.2.patch";
sha256 = "146im1amywyl29kcldvgrxpwj22lrpzxysl7vc8rmn3hrq130dyc";
});
asn1-encoding = appendPatch (dontCheck (doJailbreak super.asn1-encoding)) (pkgs.fetchpatch {
url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/asn1-encoding-0.9.5.patch";
sha256 = "0a3159rnaw6shjzdm46799crd4pxh33s23qy51xa7z6nv5q8wsb5";
});
}