homebank: move to pkgs/by-name

This commit is contained in:
Frank Lanitz 2024-09-11 20:51:41 +02:00
parent 98a31cdb8d
commit 3c59a7e43f
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
{ fetchurl, lib, stdenv, gtk, pkg-config, libofx, intltool, wrapGAppsHook3 { fetchurl, lib, stdenv, gtk3, pkg-config, libofx, intltool, wrapGAppsHook3
, libsoup_3, adwaita-icon-theme }: , libsoup_3, adwaita-icon-theme }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ pkg-config wrapGAppsHook3 intltool ]; nativeBuildInputs = [ pkg-config wrapGAppsHook3 intltool ];
buildInputs = [ gtk libofx libsoup_3 adwaita-icon-theme]; buildInputs = [ gtk3 libofx libsoup_3 adwaita-icon-theme];
meta = with lib; { meta = with lib; {
description = "Free, easy, personal accounting for everyone"; description = "Free, easy, personal accounting for everyone";

View File

@ -30187,10 +30187,6 @@ with pkgs;
hmm = callPackage ../applications/misc/hmm { }; hmm = callPackage ../applications/misc/hmm { };
homebank = callPackage ../applications/office/homebank {
gtk = gtk3;
};
hollywood = callPackage ../applications/misc/hollywood { hollywood = callPackage ../applications/misc/hollywood {
inherit (python3Packages) pygments; inherit (python3Packages) pygments;
}; };