enlightenment.rage: add update script

This commit is contained in:
José Romildo 2022-10-27 10:35:32 -03:00
parent 5812ffaf78
commit 58656772c3

View File

@ -7,6 +7,7 @@
, efl
, gst_all_1
, wrapGAppsHook
, directoryListingUpdater
}:
stdenv.mkDerivation rec {
@ -34,6 +35,8 @@ stdenv.mkDerivation rec {
gst_all_1.gst-libav
];
passthru.updateScript = directoryListingUpdater { };
meta = with lib; {
description = "Video and audio player along the lines of mplayer";
homepage = "https://enlightenment.org/";