lxtask: add update script

This commit is contained in:
José Romildo 2024-08-24 16:28:50 -03:00
parent 35e5fab91d
commit d881cf7d62

View File

@ -6,6 +6,7 @@
, intltool
, libintl
, pkg-config
, gitUpdater
}:
stdenv.mkDerivation rec {
@ -32,6 +33,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--enable-gtk3" ];
passthru.updateScript = gitUpdater { };
meta = with lib; {
homepage = "http://lxde.sourceforge.net/";
description = "Lightweight and desktop independent task manager";