1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #2108 from nilcons/chart

Jailbreak the whole haskell/Chart "ecosystem", not just Chart
This commit is contained in:
Peter Simons 2014-04-02 18:12:58 +02:00
commit d8246a41bb
3 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [
cairo Chart colour dataDefaultClass lens mtl operational time
];
jailbreak = true;
meta = {
homepage = "https://github.com/timbod7/haskell-chart/wiki";
description = "Cairo backend for Charts";

View file

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
diagramsPostscript diagramsSvg lens mtl operational SVGFonts text
time
];
jailbreak = true;
meta = {
homepage = "https://github.com/timbod7/haskell-chart/wiki";
description = "Diagrams backend for Charts";

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "1.2";
sha256 = "0qq72cf1m2gvcksa1jj5g9qi6b47pmpzh3grhs7kh3m7qyq0a56g";
buildDepends = [ cairo Chart ChartCairo colour gtk mtl time ];
jailbreak = true;
meta = {
homepage = "https://github.com/timbod7/haskell-chart/wiki";
description = "Utility functions for using the chart library with GTK";