mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
lxtask: add update script
This commit is contained in:
parent
35e5fab91d
commit
d881cf7d62
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user