helvum: add nix-update-script

Signed-off-by: Luminar Leaf <80571430+LuminarLeaf@users.noreply.github.com>
This commit is contained in:
Luminar Leaf
2026-05-26 17:44:31 +05:30
parent 5c2ee35d35
commit 6d1f0e0e73
+3
View File
@@ -14,6 +14,7 @@
rustc,
stdenv,
wrapGAppsHook4,
nix-update-script,
}:
stdenv.mkDerivation rec {
@@ -52,6 +53,8 @@ stdenv.mkDerivation rec {
pipewire
];
passthru.updateScript = nix-update-script { };
meta = {
description = "GTK patchbay for pipewire";
homepage = "https://gitlab.freedesktop.org/pipewire/helvum";