mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
easyeffects: add updateScript
This commit is contained in:
parent
bb22412297
commit
ee0d61e58f
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue