{ lib , mkDerivation , fetchFromGitHub , cmake , lxqt-build-tools , qtbase , qttools , qtsvg , kwindowsystem , liblxqt , libqtxdg , qtx11extras , gitUpdater }: mkDerivation rec { pname = "lxqt-notificationd"; version = "1.1.0"; src = fetchFromGitHub { owner = "lxqt"; repo = pname; rev = version; sha256 = "YXwWqab6OW1KE7Zct92xdK/f/QaDVqEMVM+Cb9kNe7E="; }; nativeBuildInputs = [ cmake lxqt-build-tools ]; buildInputs = [ qtbase qttools qtsvg kwindowsystem liblxqt libqtxdg qtx11extras ]; passthru.updateScript = gitUpdater { }; meta = with lib; { homepage = "https://github.com/lxqt/lxqt-notificationd"; description = "The LXQt notification daemon"; license = licenses.lgpl21Plus; platforms = platforms.linux; maintainers = teams.lxqt.members; }; }