enlightenment.efl: add update script
This commit is contained in:
parent
21fa5a05ef
commit
c0fd40d912
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user