mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-diagrams-cairo: jailbreak to fix build with recent cairo, lens, and pango
This commit is contained in:
parent
91a5acf87d
commit
ae236364dd
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
|||
hashable JuicyPixels lens mtl optparseApplicative pango split
|
||||
statestack time transformers vector
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/diagrams";
|
||||
description = "Cairo backend for diagrams drawing EDSL";
|
||||
|
|
Loading…
Reference in a new issue