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:
parent
3287542c57
commit
b3c9513efe
|
@ -21,6 +21,7 @@ cabal.mkDerivation (self: {
|
|||
testFramework testFrameworkHunit testFrameworkSmallcheck text
|
||||
utf8String vector
|
||||
];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/coreyoconnor/vty";
|
||||
|
|
Loading…
Reference in a new issue