gridtracker: add passthru update script

This commit is contained in:
Matt Melling 2023-01-30 10:50:55 +00:00
parent 199753fafc
commit 0ac1177357
No known key found for this signature in database
GPG Key ID: 6D94F6DB60A64FFE

View File

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitLab
, nix-update-script
, nwjs
}:
@ -27,6 +28,8 @@ stdenv.mkDerivation rec {
makeFlags = [ "DESTDIR=$(out)" "NO_DIST_INSTALL=1" ];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "An amateur radio companion to WSJT-X or JTDX";
longDescription = ''