diff --git a/pkgs/applications/office/homebank/default.nix b/pkgs/applications/office/homebank/default.nix new file mode 100644 index 000000000000..4a04580201c0 --- /dev/null +++ b/pkgs/applications/office/homebank/default.nix @@ -0,0 +1,27 @@ +{ fetchurl, stdenv, gtk, pkgconfig, libofx, intltool }: + +let + download_root = "http://homebank.free.fr/public/"; + name = "homebank-4.1"; + lastrelease = download_root + name + ".tar.gz"; + oldrelease = download_root + "old/" + name + ".tar.gz"; +in + +stdenv.mkDerivation { + inherit name; + + src = fetchurl { + urls = [ lastrelease oldrelease ]; + sha256 = "0nv69rmcvywgks58w20qgbw8v0ir57gys4zd2gcys6knj6q323b8"; + }; + + buildInputs = [ pkgconfig gtk libofx intltool ]; + + meta = { + description = "Free, easy, personal accounting for everyone"; + homepage = http://homebank.free.fr/; + license = "GPLv2+"; + maintainers = with stdenv.lib.maintainers; [viric]; + platforms = with stdenv.lib.platforms; linux; + }; +} diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 68d7c8f04ff6..f29a0edb6020 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -7116,6 +7116,11 @@ let inherit fetchurl stdenv; }; + homebank = import ../applications/office/homebank { + inherit fetchurl stdenv pkgconfig libofx intltool; + inherit (gtkLibs) gtk; + }; + hugin = import ../applications/graphics/hugin { inherit fetchurl cmake panotools libtiff libpng boost pkgconfig exiv2 gettext ilmbase enblendenfuse autopanosiftc mesa freeglut