3
0
Fork 0
forked from mirrors/nixpkgs

homebank: fix icons

This commit is contained in:
Pascal Wittmann 2016-12-11 20:09:06 +01:00
parent e5c525b5a2
commit daaf497c5c
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -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";