enlightenment.efl: add update script

This commit is contained in:
José Romildo 2022-10-27 10:03:04 -03:00
parent 21fa5a05ef
commit c0fd40d912

View File

@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, fetchurl
, meson
, ninja
@ -52,6 +53,7 @@
, writeText
, xorg
, zlib
, directoryListingUpdater
}:
stdenv.mkDerivation rec {
@ -203,6 +205,8 @@ stdenv.mkDerivation rec {
patchelf --add-needed ${libsndfile.out}/lib/libsndfile.so $out/lib/libecore_audio.so
'';
passthru.updateScript = directoryListingUpdater { };
meta = with lib; {
description = "Enlightenment foundation libraries";
homepage = "https://enlightenment.org/";