From eb55aa40b7106ce0bbfdbb2daf2acfd5c372a4f7 Mon Sep 17 00:00:00 2001 From: davidodenwald Date: Sun, 16 Aug 2026 23:36:23 +0200 Subject: [PATCH] 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. --- pkgs/by-name/sh/shotwell/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/sh/shotwell/package.nix b/pkgs/by-name/sh/shotwell/package.nix index b202ed843ccf..c81377d2fba2 100644 --- a/pkgs/by-name/sh/shotwell/package.nix +++ b/pkgs/by-name/sh/shotwell/package.nix @@ -93,6 +93,7 @@ stdenv.mkDerivation (finalAttrs: { gnome._gdkPixbufCacheBuilder_DO_NOT_USE { extraLoaders = [ libheif.lib + librsvg ]; } }"