Unverified Commit 4a1ff22b authored by Jonathan Davies's avatar Jonathan Davies
Browse files

tkey-ssh-agent: Add versionCheckHook

parent ad971441
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  gitUpdater,
  testers,
  tkey-ssh-agent,
  versionCheckHook,
}:

buildGoModule rec {
@@ -38,6 +39,11 @@ buildGoModule rec {
    };
  };

  nativeInstallCheckInputs = [
    versionCheckHook
  ];
  doInstallCheck = true;

  meta = with lib; {
    description = "SSH Agent for TKey, the flexible open hardware/software USB security key";
    homepage = "https://tillitis.se/app/tkey-ssh-agent/";