haskell-hledger-chart: updated to version 0.15
svn path=/nixpkgs/trunk/; revision=28977
This commit is contained in:
parent
573e554e2c
commit
159adba352
@ -1,15 +1,19 @@
|
|||||||
{ cabal, Chart, colour, hledger, hledgerLib, safe }:
|
{ cabal, Chart, cmdargs, colour, hledger, hledgerLib, HUnit, safe
|
||||||
|
, time
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hledger-chart";
|
pname = "hledger-chart";
|
||||||
version = "0.14";
|
version = "0.15";
|
||||||
sha256 = "fe321e4e31c72aef22945080323992a0033ae8fb48213ad7b708f86f9e2f6462";
|
sha256 = "03i09fsf1h7w62as6d3q4f7fadjykbhbi95jbv0scb67rb0g9cw1";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ Chart colour hledger hledgerLib safe ];
|
buildDepends = [
|
||||||
|
Chart cmdargs colour hledger hledgerLib HUnit safe time
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hledger.org";
|
homepage = "http://hledger.org";
|
||||||
description = "A pie chart generator for the hledger accounting tool";
|
description = "A pie chart image generator for the hledger accounting tool";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.stdenv.lib.platforms.linux;
|
platforms = self.stdenv.lib.platforms.linux;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
|
Loading…
Reference in New Issue
Block a user