lol

eog: add `jxl` support

authored by

zzzsyyy and committed by
Maxine Aubrey
45a89f4e 0518f07b

+4 -1
+4 -1
pkgs/desktops/gnome/core/eog/default.nix
··· 21 21 , exempi 22 22 , shared-mime-info 23 23 , wrapGAppsHook 24 + , libjxl 24 25 , librsvg 25 26 , webp-pixbuf-loader 26 27 , libheif ··· 81 82 ]; 82 83 83 84 postInstall = '' 84 - # Pull in WebP support for gnome-backgrounds. 85 + # Pull in WebP and JXL support for gnome-backgrounds. 85 86 # In postInstall to run before gappsWrapperArgsHook. 86 87 export GDK_PIXBUF_MODULE_FILE="${gnome._gdkPixbufCacheBuilder_DO_NOT_USE { 87 88 extraLoaders = [ 89 + libjxl 88 90 librsvg 89 91 webp-pixbuf-loader 90 92 libheif.out ··· 96 98 gappsWrapperArgs+=( 97 99 # Thumbnailers 98 100 --prefix XDG_DATA_DIRS : "${gdk-pixbuf}/share" 101 + --prefix XDG_DATA_DIRS : "${libjxl}/share" 99 102 --prefix XDG_DATA_DIRS : "${librsvg}/share" 100 103 --prefix XDG_DATA_DIRS : "${shared-mime-info}/share" 101 104 )