enlightenment.rage: add update script
This commit is contained in:
parent
5812ffaf78
commit
58656772c3
1 changed files with 3 additions and 0 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue