{ lib , mkDerivation , fetchFromGitHub , cmake , pkg-config , lxqt-build-tools , qtbase , qttools , qtx11extras , qtsvg , polkit , polkit-qt , kwindowsystem , liblxqt , libqtxdg , pcre , gitUpdater }: mkDerivation rec { pname = "lxqt-policykit"; version = "1.4.0"; src = fetchFromGitHub { owner = "lxqt"; repo = pname; rev = version; hash = "sha256-w0o76oBFNy3syQqyFZdAbFUu8yX+uA6cMOHf3WfKPEU="; }; nativeBuildInputs = [ cmake pkg-config lxqt-build-tools qttools ]; buildInputs = [ qtbase qtx11extras qtsvg polkit polkit-qt kwindowsystem liblxqt libqtxdg pcre ]; passthru.updateScript = gitUpdater { }; meta = with lib; { homepage = "https://github.com/lxqt/lxqt-policykit"; description = "The LXQt PolicyKit agent"; mainProgram = "lxqt-policykit-agent"; license = licenses.lgpl21Plus; platforms = platforms.linux; maintainers = teams.lxqt.members; }; }