forked from mirrors/nixpkgs
gnome.eog: Add heif support
This commit is contained in:
parent
d855d69184
commit
7f06dbefa5
|
@ -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
|
||||
];
|
||||
}}"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue