shotwell: Fix missing SVG icons

Shotwell relies on gdk-pixbuf to render SVG icons, but was missing the
librsvg loader at runtime.
Adding librsvg to the extraLoaders fixes this issue.
This commit is contained in:
davidodenwald
2026-08-16 23:36:23 +02:00
parent b912ec1603
commit eb55aa40b7

View File

@@ -93,6 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
gnome._gdkPixbufCacheBuilder_DO_NOT_USE {
extraLoaders = [
libheif.lib
librsvg
];
}
}"