forked from mirrors/nixpkgs
haskell-Chart: jailbreak to fix build with lens 4.x
Fixes <https://github.com/timbod7/haskell-chart/issues/21>.
This commit is contained in:
parent
6478f4da81
commit
2bbe313090
|
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [
|
||||
colour dataDefaultClass lens mtl operational time
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/timbod7/haskell-chart/wiki";
|
||||
description = "A library for generating 2D Charts and Plots";
|
||||
|
|
Loading…
Reference in a new issue