1 { lib, stdenv, fetchFromGitHub, python3Packages }:
5 version = "unstable-2018-01-08";
7 src = fetchFromGitHub {
10 rev = "660c657f295b019d8dbc26375924eb17bf654341";
11 sha256 = "0vzff2hdng8ybwd5frflhxpak0yqg0985p1dy7vpvhr8kbqqzwdz";
14 propagatedBuildInputs = with python3Packages; [ python ];
18 cp bean-add $out/bin/bean-add
19 chmod +x $out/bin/bean-add
23 homepage = "https://github.com/simon-v/bean-add/";
24 description = "beancount transaction entry assistant";
26 # The (only) source file states:
27 # License: "Do what you feel is right, but don't be a jerk" public license.
29 maintainers = with lib.maintainers; [ matthiasbeyer ];