6 , gobject-introspection
25 stdenv.mkDerivation rec {
30 url = "mirror://gnome/sources/sushi/${lib.versions.major version}/sushi-${version}.tar.xz";
31 hash = "sha256-lghbqqQwqyFCxgaqtcR+L7sv0+two1ITfmXFmlig8sY=";
57 gst_all_1.gst-plugins-base
58 (gst_all_1.gst-plugins-good.override { gtkSupport = true; })
59 gst_all_1.gst-plugins-bad
60 gst_all_1.gst-plugins-ugly
63 # See https://github.com/NixOS/nixpkgs/issues/31168
65 for file in $out/libexec/org.gnome.NautilusPreviewer
67 sed -e $"2iimports.package._findEffectiveEntryPointName = () => \'$(basename $file)\' " \
73 updateScript = gnome.updateScript {
74 packageName = "sushi";
79 homepage = "https://gitlab.gnome.org/GNOME/sushi";
80 changelog = "https://gitlab.gnome.org/GNOME/sushi/-/blob/${version}/NEWS?ref_type=tags";
81 description = "Quick previewer for Nautilus";
82 mainProgram = "sushi";
83 maintainers = teams.gnome.members;
84 license = licenses.gpl2Plus;
85 platforms = platforms.linux;