7 python3Packages.buildPythonApplication rec {
13 inherit pname version;
14 hash = "sha256-UZZ142FchYXqPtHb6EWnKjV+xtJ0Gvu+SovTH6+kVn8=";
18 substituteInPlace tests/test_cli.py \
19 --replace-fail '"fava"' '"${placeholder "out"}/bin/fava"'
22 build-system = [ python3Packages.setuptools-scm ];
24 dependencies = with python3Packages; [
40 nativeCheckInputs = [ python3Packages.pytestCheckHook ];
47 description = "Web interface for beancount";
49 homepage = "https://beancount.github.io/fava";
50 changelog = "https://beancount.github.io/fava/changelog.html";
51 license = licenses.mit;
52 maintainers = with maintainers; [