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:
parent
e5c525b5a2
commit
daaf497c5c
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue