3
0
Fork 0
forked from mirrors/nixpkgs

haskell.packages.ghc881.chell: fix build

This commit is contained in:
Vaibhav Sagar 2019-08-29 17:43:23 -04:00 committed by Peter Simons
parent 5641a8da28
commit dff789ddab

View file

@ -159,5 +159,8 @@ self: super: {
cp -v ${pkgs.fetchurl {url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/memory-0.14.18.cabal"; sha256 = "1325wny0irnq51rz0f4xgkvm01p6n4z5jid2jgpkhjac8a2sdgwl";}} memory.cabal
'';
});
chell = overrideCabal (doJailbreak super.chell) (_drv: {
broken = false;
});
yaml = self.yaml_0_11_1_2;
}