3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #32787 from yegortimoshenko/xfce/svg

xfce: SVG icon support in xfce4-panel, fixes #18536
This commit is contained in:
Orivej Desh 2017-12-18 16:13:36 +00:00 committed by GitHub
commit a65525bf9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,6 +124,9 @@ in
[ "/share/xfce4" "/share/themes" "/share/mime" "/share/desktop-directories" "/share/gtksourceview-2.0" ];
environment.variables.GIO_EXTRA_MODULES = [ "${pkgs.xfce.gvfs}/lib/gio/modules" ];
environment.variables.GDK_PIXBUF_MODULE_FILE = [
"$(echo ${pkgs.librsvg.out}/lib/gdk-pixbuf-*/*/loaders.cache)"
];
# Enable helpful DBus services.
services.udisks2.enable = true;