mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
haskell-diagrams-svg: jailbreak to fix build with latest version of 'lens'
This commit is contained in:
parent
514079a2d7
commit
71673e0941
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
|||
diagramsLib filepath hashable JuicyPixels lens monoidExtras mtl
|
||||
split time vectorSpace
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/diagrams/";
|
||||
description = "SVG backend for diagrams drawing EDSL";
|
||||
|
|
Loading…
Reference in a new issue