enlightenment.evisum: add update script
This commit is contained in:
parent
5dea95dfee
commit
5812ffaf78
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, ninja
|
||||
, pkg-config
|
||||
, efl
|
||||
, directoryListingUpdater
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -26,6 +27,8 @@ stdenv.mkDerivation rec {
|
|||
efl
|
||||
];
|
||||
|
||||
passthru.updateScript = directoryListingUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "System and process monitor written with EFL";
|
||||
homepage = "https://www.enlightenment.org";
|
||||
|
|
Loading…
Reference in a new issue