From 6e885aa09c4f7b0cc35308926457776cfa54e9bd Mon Sep 17 00:00:00 2001 From: Gavin John Date: Sun, 11 May 2025 00:29:00 -0700 Subject: [PATCH] direwolf: add nix-update-script --- pkgs/by-name/di/direwolf/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/di/direwolf/package.nix b/pkgs/by-name/di/direwolf/package.nix index 3e19b823592a..0413e7ea9963 100644 --- a/pkgs/by-name/di/direwolf/package.nix +++ b/pkgs/by-name/di/direwolf/package.nix @@ -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/";