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