mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
haskell-vty: disable 'doCheck' because of build errors
Setup: At least the following dependencies are missing: Cabal ==1.17.*
This commit is contained in:
parent
50b94835e4
commit
07dd027e63
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
||||
Cabal deepseq mtl parallel parsec QuickCheck random terminfo
|
||||
utf8String vector
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/coreyoconnor/vty";
|
||||
description = "A simple terminal UI library";
|
||||
|
Loading…
Reference in New Issue
Block a user