Commit 7f06dbef authored by Jan Tojnar's avatar Jan Tojnar
Browse files

gnome.eog: Add heif support

parent d855d691
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
      ];
    }}"
  '';