parent
57ae5de960
commit
eba83c8947
@ -13,17 +13,17 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
Babel
|
Babel
|
||||||
cheroot
|
|
||||||
flaskbabel
|
|
||||||
flask
|
|
||||||
jinja2
|
|
||||||
beancount
|
beancount
|
||||||
|
cheroot
|
||||||
click
|
click
|
||||||
|
flask
|
||||||
|
flaskbabel
|
||||||
|
jaraco_functools
|
||||||
|
jinja2
|
||||||
markdown2
|
markdown2
|
||||||
ply
|
ply
|
||||||
simplejson
|
simplejson
|
||||||
werkzeug
|
werkzeug
|
||||||
jaraco_functools
|
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = with python3.pkgs; [
|
checkInputs = with python3.pkgs; [
|
||||||
@ -39,10 +39,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
"test_cli"
|
"test_cli"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://beancount.github.io/fava";
|
|
||||||
description = "Web interface for beancount";
|
description = "Web interface for beancount";
|
||||||
license = lib.licenses.mit;
|
homepage = "https://beancount.github.io/fava";
|
||||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
changelog = "https://beancount.github.io/fava/changelog.html";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ bhipple ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user