haskell-mueval is broken (and has been for a while)
This commit is contained in:
parent
8b80062185
commit
e5a1818745
@ -747,13 +747,8 @@ self: super: {
|
|||||||
# Patch to consider NIX_GHC just like xmonad does
|
# Patch to consider NIX_GHC just like xmonad does
|
||||||
dyre = appendPatch super.dyre ./dyre-nix.patch;
|
dyre = appendPatch super.dyre ./dyre-nix.patch;
|
||||||
|
|
||||||
# Fix problems with GHC >=7.8 (in compatible way)
|
# https://github.com/gwern/mueval/issues/9
|
||||||
mueval = let pkg = appendPatch super.mueval (pkgs.fetchpatch {
|
mueval = markBrokenVersion "0.9.1.1" super.mueval;
|
||||||
url = "https://patch-diff.githubusercontent.com/raw/gwern/mueval/pull/4.patch";
|
|
||||||
sha256 = "1l0jn2lbzbhx9ifbpb5g617qa0fc8fwa6kyr87pjqfxpqminsgp5";
|
|
||||||
});
|
|
||||||
# Nix-specific workaround
|
|
||||||
in appendPatch pkg ./mueval-nix.patch;
|
|
||||||
|
|
||||||
# Test suite won't compile against tasty-hunit 0.9.x.
|
# Test suite won't compile against tasty-hunit 0.9.x.
|
||||||
zlib = dontCheck super.zlib;
|
zlib = dontCheck super.zlib;
|
||||||
|
Loading…
Reference in New Issue
Block a user