19 , gsettings-desktop-schemas
34 stdenv.mkDerivation rec {
38 src = fetchFromGitHub {
42 hash = "sha256-WL9EW7oKeQwufw1VYDigbqAt52GQTpc5RgDEmnKO6vc=";
62 gsettings-desktop-schemas
63 gst_all_1.gst-plugins-base
64 (gst_all_1.gst-plugins-good.override { gtkSupport = true; })
66 gst_all_1.gst-plugins-bad
67 gst_all_1.gst-plugins-ugly
83 chmod +x pix/make-pix-h.py
85 patchShebangs data/gschemas/make-enums.py \
87 po/make-potfiles-in.py \
89 pix/make-authors-tab.py
92 # Avoid direct dependency on webkit2gtk-4.0
93 # https://fedoraproject.org/wiki/Changes/Remove_webkit2gtk-4.0_API_Version
94 mesonFlags = [ "-Dwebservices=false" ];
97 gappsWrapperArgs+=(--prefix XDG_DATA_DIRS : "${shared-mime-info}/share")
101 description = "Generic image viewer from Linux Mint";
103 homepage = "https://github.com/linuxmint/pix";
104 license = licenses.gpl2Only;
105 platforms = platforms.linux;
106 maintainers = teams.cinnamon.members;