diff --git a/pkgs/ssh3/client.nix b/pkgs/ssh3/client.nix index f8f2973..ccd6b32 100644 --- a/pkgs/ssh3/client.nix +++ b/pkgs/ssh3/client.nix @@ -1,4 +1,4 @@ -{ lib, buildGoModule, makeWrapper, fetchFromGitHub, playerctl }: +{ lib, buildGoModule, fetchFromGitHub, playerctl }: buildGoModule rec { pname = "ssh3"; version = "0.1.4"; diff --git a/pkgs/ssh3/server.nix b/pkgs/ssh3/server.nix index efa0c71..87cf0b2 100644 --- a/pkgs/ssh3/server.nix +++ b/pkgs/ssh3/server.nix @@ -1,4 +1,4 @@ -{ lib, buildGoModule, libxcrypt, makeWrapper, fetchFromGitHub, playerctl }: +{ lib, buildGoModule, libxcrypt, fetchFromGitHub, playerctl }: buildGoModule rec { pname = "ssh3-server"; version = "0.1.4";