mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -93,6 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gnome._gdkPixbufCacheBuilder_DO_NOT_USE {
|
||||
extraLoaders = [
|
||||
libheif.lib
|
||||
librsvg
|
||||
];
|
||||
}
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user