forked from mirrors/nixpkgs
haskell-diagrams-svg: jailbreak to fix build with recent blaze-markup
This commit is contained in:
parent
c13d4085a3
commit
b8d6e1d458
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||
blazeMarkup blazeSvg colour diagramsCore diagramsLib filepath
|
||||
hashable 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