12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-KPne7eWzOOSZjHlam3e6HifNk2Sx1vWnQYkXDFZGop0=";
34 configureFlags = [ "--enable-gtk3" ];
36 passthru.updateScript = gitUpdater { };
39 homepage = "http://lxde.sourceforge.net/";
40 description = "Lightweight and desktop independent task manager";
41 mainProgram = "lxtask";
43 LXTask is a lightweight task manager derived from xfce4 task manager
44 with all xfce4 dependencies removed, some bugs fixed, and some
45 improvement of UI. Although being part of LXDE, the Lightweight X11
46 Desktop Environment, it's totally desktop independent and only
49 license = licenses.gpl2Plus;
50 platforms = platforms.unix;
51 maintainers = [ maintainers.romildo ];