mueval: add patch until release is pushed to Hackage
This commit is contained in:
@@ -760,7 +760,7 @@ self: super: {
|
||||
dyre = appendPatch super.dyre ./dyre-nix.patch;
|
||||
|
||||
# https://github.com/gwern/mueval/issues/9
|
||||
mueval = markBrokenVersion "0.9.1.1" super.mueval;
|
||||
mueval = appendPatch super.mueval ./mueval-fix.patch;
|
||||
|
||||
# Test suite won't compile against tasty-hunit 0.9.x.
|
||||
zlib = dontCheck super.zlib;
|
||||
|
||||
Reference in New Issue
Block a user