easyeffects: add updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user