enlightenment.econnman: add update script

This commit is contained in:
José Romildo 2022-10-27 10:21:46 -03:00
parent c509a9febd
commit cb91110cad

View file

@ -6,6 +6,7 @@
, dbus
, efl
, python3Packages
, directoryListingUpdater
}:
stdenv.mkDerivation rec {
@ -38,6 +39,8 @@ stdenv.mkDerivation rec {
wrapPythonPrograms
'';
passthru.updateScript = directoryListingUpdater { };
meta = with lib; {
description = "A user interface for the connman network connection manager";
homepage = "https://enlightenment.org/";