coyim: fix missing icons
This commit is contained in:
parent
b1c814ad7b
commit
8fba1abeb6
@ -1,5 +1,5 @@
|
||||
{ stdenv, buildGoPackage, fetchFromGitHub, pkgconfig,
|
||||
cairo, gdk_pixbuf, glib, gnome3 }:
|
||||
cairo, gdk_pixbuf, glib, gnome3, wrapGAppsHook }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "coyim-${version}";
|
||||
@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
sha256 = "1sna1n9dz1crws6cb1yjhy2kznbngjlbiw2diycshvbfigf7y7xl";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig glib cairo gdk_pixbuf gnome3.gtk ];
|
||||
nativeBuildInputs = [ pkgconfig wrapGAppsHook glib cairo gdk_pixbuf gnome3.gtk gnome3.defaultIconTheme ];
|
||||
|
||||
meta = {
|
||||
description = "a safe and secure chat client";
|
||||
|
Loading…
Reference in New Issue
Block a user