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