shellhub-agent: fix build with libxcrypt

This commit is contained in:
Franz Pletz
2022-10-09 18:10:45 +02:00
committed by Martin Weinelt
parent 58bbfeb698
commit 7b33ea4752
@@ -4,6 +4,7 @@
, gitUpdater
, makeWrapper
, openssh
, libxcrypt
}:
buildGoModule rec {
@@ -31,6 +32,7 @@ buildGoModule rec {
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ libxcrypt ];
postInstall = ''
wrapProgram $out/bin/agent --prefix PATH : ${lib.makeBinPath [ openssh ]}