gnome.eog: Add heif support

This commit is contained in:
Jan Tojnar 2023-01-26 22:21:28 +01:00
parent d855d69184
commit 7f06dbefa5

View file

@ -23,6 +23,7 @@
, wrapGAppsHook
, librsvg
, webp-pixbuf-loader
, libheif
, libexif
, gobject-introspection
, gi-docgen
@ -86,6 +87,7 @@ stdenv.mkDerivation rec {
extraLoaders = [
librsvg
webp-pixbuf-loader
libheif.out
];
}}"
'';