mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
haskell-diagrams-postscript: jailbreak to fix build with latest version of 'lens'
This commit is contained in:
parent
723809545f
commit
6060a7483a
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
||||
dataDefaultClass diagramsCore diagramsLib dlist filepath hashable
|
||||
lens monoidExtras mtl semigroups split vectorSpace
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/diagrams/";
|
||||
description = "Postscript backend for diagrams drawing EDSL";
|
||||
|
Loading…
Reference in New Issue
Block a user