easyeffects: add updateScript

This commit is contained in:
seth 2024-06-25 21:11:36 -04:00
parent bb22412297
commit ee0d61e58f
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -27,6 +27,7 @@
mda_lv2,
meson,
ninja,
nix-update-script,
nlohmann_json,
pipewire,
pkg-config,
@ -115,6 +116,10 @@ stdenv.mkDerivation rec {
separateDebugInfo = true;
passthru = {
updateScript = nix-update-script { };
};
meta = {
description = "Audio effects for PipeWire applications";
homepage = "https://github.com/wwmm/easyeffects";