1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 02:46:28 +00:00

haskell-vty-5.1.0: jailbreak to fix build with lens 4.2

This commit is contained in:
Peter Simons 2014-06-09 10:14:21 +02:00
parent 3287542c57
commit b3c9513efe

View file

@ -21,6 +21,7 @@ cabal.mkDerivation (self: {
testFramework testFrameworkHunit testFrameworkSmallcheck text
utf8String vector
];
jailbreak = true;
doCheck = false;
meta = {
homepage = "https://github.com/coreyoconnor/vty";