kubernetes: put build tools into nativeBuildInputs
This commit is contained in:
parent
e77dca6ca8
commit
0d3f06bfbf
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0caqczz8hrwqb8j94158hz6919i7c9v1v0zknh9m2zbbng4b1awi";
|
||||
};
|
||||
|
||||
buildInputs = [ removeReferencesTo makeWrapper which go rsync go-bindata ];
|
||||
nativeBuildInputs = [ removeReferencesTo makeWrapper which go rsync go-bindata ];
|
||||
|
||||
outputs = ["out" "man" "pause"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user