1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-vty: jailbreak to fix build with latest 'terminfo'

This commit is contained in:
Peter Simons 2014-01-15 13:54:24 +01:00
parent 3be24ab54a
commit ce8349d1fb

View file

@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
utf8String vector
];
doCheck = false;
jailbreak = true;
meta = {
homepage = "https://github.com/coreyoconnor/vty";
description = "A simple terminal UI library";