mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
haskell-hledger-chart: updated to version 0.16.1
svn path=/nixpkgs/trunk/; revision=31931
This commit is contained in:
parent
8b972e410c
commit
b24279ff39
|
@ -11,6 +11,9 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [
|
||||
Chart cmdargs colour hledger hledgerLib HUnit safe time
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i hledger-chart.cabal -e 's|Chart >= 0.11 && < 0.15|Chart|g'
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://hledger.org";
|
||||
description = "A pie chart image generator for the hledger accounting tool";
|
||||
|
|
Loading…
Reference in a new issue