enlightenment.evisum: add update script

This commit is contained in:
José Romildo 2022-10-27 10:34:04 -03:00
parent 5dea95dfee
commit 5812ffaf78

View File

@ -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";