Merge pull request #98116 from timjrd/sc-controller-0.4.7-rebased

sc-controller: fix missing icons (librsvg)

authored by

Michele Guerini Rocco and committed by
GitHub
799f149b 5388895c

-3
-3
pkgs/misc/drivers/sc-controller/default.nix
··· 34 34 35 35 preFixup = '' 36 36 gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH : "$LD_LIBRARY_PATH") 37 - # gdk-pixbuf setup hook can not choose between propagated librsvg 38 - # and our librsvg with GObject introspection. 39 - GDK_PIXBUF_MODULE_FILE=$(echo ${librsvg}/lib/gdk-pixbuf-2.0/*/loaders.cache) 40 37 ''; 41 38 42 39 postFixup = ''