add icon-themes to the environment using wrapGAppsHook

This commit is contained in:
Christian Ulrich 2019-06-17 12:04:52 +02:00
parent 7aaed73c5d
commit 472512b710
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, buildNimblePackage, fetchFromGitHub, glib, gobjectIntrospection,
gnome3, cairo, pango, librsvg, libnotify }:
gnome3, cairo, pango, librsvg, libnotify, hicolor-icon-theme, wrapGAppsHook }:
let
oldgtk3 = buildNimblePackage rec {
@ -28,7 +28,7 @@ in buildNimblePackage rec {
nimDeps = [ oldgtk3 ];
nativeBuildInputs = [ gobjectIntrospection ];
nativeBuildInputs = [ gobjectIntrospection wrapGAppsHook ];
buildInputs = [
glib
@ -36,6 +36,8 @@ in buildNimblePackage rec {
gnome3.gtk
gnome3.gtksourceview
gnome3.vte
gnome3.adwaita-icon-theme
hicolor-icon-theme
cairo
pango
librsvg