mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 11:57:47 +00:00
Merge pull request #2108 from nilcons/chart
Jailbreak the whole haskell/Chart "ecosystem", not just Chart
This commit is contained in:
commit
d8246a41bb
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user