mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
haskell.packages.ghc881.haskell-src-meta: fix build
This commit is contained in:
parent
4d779b0e8e
commit
e5d3c59fc4
1 changed files with 4 additions and 0 deletions
|
@ -175,4 +175,8 @@ self: super: {
|
|||
});
|
||||
system-fileio = doJailbreak super.system-fileio;
|
||||
yaml = self.yaml_0_11_1_2;
|
||||
haskell-src-meta = appendPatch (dontCheck (doJailbreak super.haskell-src-meta)) (pkgs.fetchpatch {
|
||||
url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/haskell-src-meta-0.8.2.patch";
|
||||
sha256 = "146im1amywyl29kcldvgrxpwj22lrpzxysl7vc8rmn3hrq130dyc";
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue