kubernetes: put build tools into nativeBuildInputs

This commit is contained in:
Jörg Thalheim 2020-03-17 23:22:01 +00:00
parent e77dca6ca8
commit 0d3f06bfbf
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -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"];