mueval: reapply Nix-specific patch

This commit is contained in:
Nikolay Amiantov 2015-06-12 03:54:11 +03:00
parent bb6e504d6b
commit bb3db4e653

View file

@ -760,7 +760,7 @@ self: super: {
dyre = appendPatch super.dyre ./dyre-nix.patch;
# https://github.com/gwern/mueval/issues/9
mueval = appendPatch super.mueval ./mueval-fix.patch;
mueval = appendPatch (appendPatch super.mueval ./mueval-fix.patch) ./mueval-nix.patch;
# Test suite won't compile against tasty-hunit 0.9.x.
zlib = dontCheck super.zlib;