haskellPackages.matterhorn: Fix eval

This commit is contained in:
Malte Brandy 2020-11-11 00:30:20 +01:00 committed by Peter Simons
parent 798e23c74f
commit becd5f5bc3

View File

@ -340,7 +340,7 @@ self: super: {
# Needs the latest version of vty and brick.
matterhorn = super.matterhorn.overrideScope (self: super: {
brick = self.brick_0_57;
vty = self.vty_5_31;
vty = self.vty_5_32;
});
memcache = dontCheck super.memcache;