matterhorn: fix build for update

new version wants newer brick and vty than on stackage
This commit is contained in:
Robert Djubek 2020-08-18 22:02:39 +00:00
parent 019780631c
commit 95defe7353
No known key found for this signature in database
GPG Key ID: 156C88A5B0A04B2A

View File

@ -315,6 +315,13 @@ self: super: {
then dontCheck super.math-functions # "erf table" test fails on Darwin https://github.com/bos/math-functions/issues/63
else super.math-functions;
matplotlib = dontCheck super.matplotlib;
# Needs the latest version of vty and brick.
matterhorn = super.matterhorn.overrideScope (self: super: {
brick = self.brick_0_55;
vty = self.vty_5_30;
});
memcache = dontCheck super.memcache;
metrics = dontCheck super.metrics;
milena = dontCheck super.milena;