16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-Y0OF4W0quQEet/QvntwGwFqaqJDDUchWYRh+OWZDS8w=";
42 passthru.updateScript = gitUpdater { };
45 homepage = "https://github.com/lxqt/lxqt-about";
46 description = "Dialogue window providing information about LXQt and the system it's running on";
47 mainProgram = "lxqt-about";
48 license = licenses.lgpl21Plus;
49 platforms = platforms.linux;
50 maintainers = teams.lxqt.members;