Merge pull request #134079 from SuperSandro2000/homebank

This commit is contained in:
Sandro 2021-08-15 02:23:33 +02:00 committed by GitHub
commit 662d7d8f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,15 @@
, libsoup, gnome }:
stdenv.mkDerivation rec {
name = "homebank-5.5.3";
pname = "homebank";
version = "5.5.3";
src = fetchurl {
url = "http://homebank.free.fr/public/${name}.tar.gz";
url = "http://homebank.free.fr/public/homebank-${version}.tar.gz";
sha256 = "sha256-BzYHkYqWEAh3kfNvWecNEmH+6OThFGpc/VhxodLZEJM=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
buildInputs = [ gtk libofx intltool libsoup
gnome.adwaita-icon-theme ];
buildInputs = [ gtk libofx intltool libsoup gnome.adwaita-icon-theme ];
meta = with lib; {
description = "Free, easy, personal accounting for everyone";