21 stdenv.mkDerivation rec {
25 src = fetchFromGitHub {
29 hash = "sha256-I0DyC8i+OnHxHcpp/xPsKjr3UgvUHlVO8h9Tjhg7Pg8=";
47 qtimageformats # add-on module to support more image file formats
52 passthru.updateScript = gitUpdater { };
55 homepage = "https://github.com/lxqt/lximage-qt";
56 description = "Image viewer and screenshot tool for lxqt";
57 mainProgram = "lximage-qt";
58 license = licenses.gpl2Plus;
59 platforms = with platforms; unix;
60 maintainers = teams.lxqt.members;