0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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 { fetchurl, stdenv, gtk, pkgconfig, libofx, intltool, wrapGAppsHook
, hicolor_icon_theme, libsoup }: , hicolor_icon_theme, libsoup, gnome3 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "homebank-5.1.2"; name = "homebank-5.1.2";
@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ pkgconfig wrapGAppsHook ]; 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; { meta = with stdenv.lib; {
description = "Free, easy, personal accounting for everyone"; description = "Free, easy, personal accounting for everyone";