gnome.nautilus: Support thumbnailing WebP files

Note that no other GNOME apps currently support WebP on NixOS
because we lack a usable composition method for gdk-pixbuf caches.

+2
+2
pkgs/desktops/gnome/core/nautilus/default.nix
··· 21 21 , libexif 22 22 , libseccomp 23 23 , librsvg 24 + , webp-pixbuf-loader 24 25 , tracker 25 26 , tracker-miners 26 27 , gexiv2 ··· 106 107 # Thumbnailers 107 108 --prefix XDG_DATA_DIRS : "${gdk-pixbuf}/share" 108 109 --prefix XDG_DATA_DIRS : "${librsvg}/share" 110 + --prefix XDG_DATA_DIRS : "${webp-pixbuf-loader}/share" 109 111 --prefix XDG_DATA_DIRS : "${shared-mime-info}/share" 110 112 ) 111 113 '';