22 stdenv.mkDerivation rec {
26 src = fetchFromGitHub {
30 hash = "sha256-08HEPTbZw4CCq3A9KxMKeT/X1notXwsV1sSSgtRFPO0=";
48 qtimageformats # add-on module to support more image file formats
53 passthru.updateScript = gitUpdater { };
56 homepage = "https://github.com/lxqt/lximage-qt";
57 description = "Image viewer and screenshot tool for lxqt";
58 mainProgram = "lximage-qt";
59 license = licenses.gpl2Plus;
60 platforms = with platforms; unix;
61 maintainers = teams.lxqt.members;