helvum: add nix-update-script
Signed-off-by: Luminar Leaf <80571430+LuminarLeaf@users.noreply.github.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user