add icon-themes to the environment using wrapGAppsHook
This commit is contained in:
parent
7aaed73c5d
commit
472512b710
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, buildNimblePackage, fetchFromGitHub, glib, gobjectIntrospection,
|
{ stdenv, buildNimblePackage, fetchFromGitHub, glib, gobjectIntrospection,
|
||||||
gnome3, cairo, pango, librsvg, libnotify }:
|
gnome3, cairo, pango, librsvg, libnotify, hicolor-icon-theme, wrapGAppsHook }:
|
||||||
|
|
||||||
let
|
let
|
||||||
oldgtk3 = buildNimblePackage rec {
|
oldgtk3 = buildNimblePackage rec {
|
||||||
|
@ -28,7 +28,7 @@ in buildNimblePackage rec {
|
||||||
|
|
||||||
nimDeps = [ oldgtk3 ];
|
nimDeps = [ oldgtk3 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ gobjectIntrospection ];
|
nativeBuildInputs = [ gobjectIntrospection wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib
|
glib
|
||||||
|
@ -36,6 +36,8 @@ in buildNimblePackage rec {
|
||||||
gnome3.gtk
|
gnome3.gtk
|
||||||
gnome3.gtksourceview
|
gnome3.gtksourceview
|
||||||
gnome3.vte
|
gnome3.vte
|
||||||
|
gnome3.adwaita-icon-theme
|
||||||
|
hicolor-icon-theme
|
||||||
cairo
|
cairo
|
||||||
pango
|
pango
|
||||||
librsvg
|
librsvg
|
||||||
|
|
Loading…
Reference in New Issue