haskellPackages.mueval: fix evaluation

This commit is contained in:
Nikolay Amiantov
2015-04-16 13:32:48 +03:00
parent d56e9b4f05
commit 8d91cc7637
3 changed files with 53 additions and 0 deletions
@@ -754,6 +754,14 @@ self: super: {
# Patch to consider NIX_GHC just like xmonad does
dyre = appendPatch super.dyre ./dyre-nix.patch;
# Fix problems with GHC >=7.8 (in compatible way)
mueval = let pkg = appendPatch super.mueval (pkgs.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/gwern/mueval/pull/4.patch";
sha256 = "1l0jn2lbzbhx9ifbpb5g617qa0fc8fwa6kyr87pjqfxpqminsgp5";
});
# Nix-specific workaround
in appendPatch pkg ./mueval-nix.patch;
} // {
# Not on Hackage.