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:
aszlig 2014-08-04 07:21:27 +02:00
parent 26440f41fb
commit f40fc0624d
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

@ -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 {};