forked from mirrors/nixpkgs
homebank: fix icons
This commit is contained in:
parent
e5c525b5a2
commit
daaf497c5c
|
@ -1,5 +1,5 @@
|
|||
{ fetchurl, stdenv, gtk, pkgconfig, libofx, intltool, wrapGAppsHook
|
||||
, hicolor_icon_theme, libsoup }:
|
||||
, hicolor_icon_theme, libsoup, gnome3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "homebank-5.1.2";
|
||||
|
@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
|
||||
buildInputs = [ gtk libofx intltool hicolor_icon_theme libsoup ];
|
||||
buildInputs = [ gtk libofx intltool hicolor_icon_theme libsoup
|
||||
gnome3.defaultIconTheme ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Free, easy, personal accounting for everyone";
|
||||
|
|
Loading…
Reference in a new issue