Skip to content

Commit 91b3abc

Browse files
committedApr 10, 2017
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). (cherry picked from commit f68de22)
1 parent 69d9061 commit 91b3abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/top-level/all-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ with pkgs;
321321
findXMLCatalogs = makeSetupHook { } ../build-support/setup-hooks/find-xml-catalogs.sh;
322322

323323
wrapGAppsHook = makeSetupHook {
324-
deps = [ gnome3.dconf gnome3.gtk makeWrapper ];
324+
deps = [ gnome3.dconf.lib gnome3.gtk librsvg makeWrapper ];
325325
} ../build-support/setup-hooks/wrap-gapps-hook.sh;
326326

327327
separateDebugInfo = makeSetupHook { } ../build-support/setup-hooks/separate-debug-info.sh;

0 commit comments

Comments
 (0)
Please sign in to comment.