Commit 6e885aa0 authored by Gavin John's avatar Gavin John
Browse files

direwolf: add nix-update-script

parent 47d72b16
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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/";