enlightenment.ecrire: add update script

This commit is contained in:
José Romildo 2022-10-27 10:29:47 -03:00
parent cb91110cad
commit 83bdf554e8

View File

@ -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 = "EFL simple text editor";
homepage = "https://www.enlightenment.org/";