direwolf: add nix-update-script

This commit is contained in:
Gavin John
2025-05-11 00:29:00 -07:00
parent 47d72b163e
commit 6e885aa09c

View File

@@ -16,6 +16,7 @@
espeak,
udev,
udevCheckHook,
nix-update-script,
extraScripts ? false,
}:
@@ -84,6 +85,8 @@ stdenv.mkDerivation (finalAttrs: {
doInstallCheck = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "Soundcard Packet TNC, APRS Digipeater, IGate, APRStt gateway";
homepage = "https://github.com/wb2osz/direwolf/";