wrapGAppsHook: add librvsg as a dependency
User themes may use SVG icons which won't work if the app can't access this library. This is quite sure to happen (e.g. Adwaita's icons are vector).
This commit is contained in:
parent
ef1e28f5f6
commit
f68de22683
|
@ -325,7 +325,7 @@ with pkgs;
|
|||
findXMLCatalogs = makeSetupHook { } ../build-support/setup-hooks/find-xml-catalogs.sh;
|
||||
|
||||
wrapGAppsHook = makeSetupHook {
|
||||
deps = [ gnome3.dconf.lib gnome3.gtk makeWrapper ];
|
||||
deps = [ gnome3.dconf.lib gnome3.gtk librsvg makeWrapper ];
|
||||
} ../build-support/setup-hooks/wrap-gapps-hook.sh;
|
||||
|
||||
separateDebugInfo = makeSetupHook { } ../build-support/setup-hooks/separate-debug-info.sh;
|
||||
|
|
Loading…
Reference in New Issue