haskell/yi: Build against vty 4.7.5.
Probably jailbreak would do as well, but the version constraints are: vty >= 4.7.4 && <5 I suppose the upcoming release of Yi will fix this, so I'm not using jailbreak here (apart from the fact that Yi doesn't build successfully using VTY >= 5). Thanks to @bb010g for reporting. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
26440f41fb
commit
f40fc0624d
@ -2887,7 +2887,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
taffybar = callPackage ../applications/misc/taffybar {};
|
||||
|
||||
yi = callPackage ../applications/editors/yi/yi.nix {};
|
||||
yi = callPackage ../applications/editors/yi/yi.nix {
|
||||
vty = self.vty_4_7_5;
|
||||
};
|
||||
|
||||
yiContrib = callPackage ../applications/editors/yi/yi-contrib.nix {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user