1 { fetchurl, lib, stdenv, gtk, pkg-config, libofx, intltool, wrapGAppsHook
4 stdenv.mkDerivation rec {
8 url = "http://homebank.free.fr/public/homebank-${version}.tar.gz";
9 sha256 = "sha256-Rg6OjHLkwVIDnXqzqPXA8DxqSdrh2T6V/gLBND8vx9o=";
12 nativeBuildInputs = [ pkg-config wrapGAppsHook intltool ];
13 buildInputs = [ gtk libofx libsoup gnome.adwaita-icon-theme ];
16 description = "Free, easy, personal accounting for everyone";
17 homepage = "http://homebank.free.fr/";
18 license = licenses.gpl2Plus;
19 maintainers = with maintainers; [ pSub ];
20 platforms = platforms.linux;