20 gsettings-desktop-schemas,
35 stdenv.mkDerivation rec {
39 src = fetchFromGitHub {
43 hash = "sha256-c/+NQHvscW/XE49Twmg1Rk1IfsjReCtRQWffobZtgTs=";
63 gsettings-desktop-schemas
64 gst_all_1.gst-plugins-base
65 (gst_all_1.gst-plugins-good.override { gtkSupport = true; })
67 gst_all_1.gst-plugins-bad
68 gst_all_1.gst-plugins-ugly
84 chmod +x pix/make-pix-h.py
86 patchShebangs data/gschemas/make-enums.py \
88 po/make-potfiles-in.py \
90 pix/make-authors-tab.py
93 # Avoid direct dependency on webkit2gtk-4.0
94 # https://fedoraproject.org/wiki/Changes/Remove_webkit2gtk-4.0_API_Version
95 mesonFlags = [ "-Dwebservices=false" ];
98 gappsWrapperArgs+=(--prefix XDG_DATA_DIRS : "${shared-mime-info}/share")
102 description = "Generic image viewer from Linux Mint";
104 homepage = "https://github.com/linuxmint/pix";
105 license = licenses.gpl2Only;
106 platforms = platforms.linux;
107 maintainers = teams.cinnamon.members;