teleport: fix build with strict deps
This commit is contained in:
parent
b5144456cc
commit
ae08790703
|
@ -14,8 +14,11 @@ buildGoPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/gravitational/teleport";
|
goPackagePath = "github.com/gravitational/teleport";
|
||||||
|
|
||||||
subPackages = [ "tool/tctl" "tool/teleport" "tool/tsh" ];
|
subPackages = [ "tool/tctl" "tool/teleport" "tool/tsh" ];
|
||||||
buildInputs = [ zip ];
|
|
||||||
|
nativeBuildInputs = [ zip ];
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
pushd .
|
pushd .
|
||||||
cd $NIX_BUILD_TOP/go/src/github.com/gravitational/teleport
|
cd $NIX_BUILD_TOP/go/src/github.com/gravitational/teleport
|
||||||
|
|
Loading…
Reference in New Issue
Block a user