kops: fix strict deps build

This commit is contained in:
Jörg Thalheim 2020-03-18 09:23:22 +00:00
parent 13c1938593
commit 72f4001e1e
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -18,7 +18,7 @@ let
inherit sha256; inherit sha256;
}; };
buildInputs = [go-bindata]; nativeBuildInputs = [ go-bindata ];
subPackages = [ "cmd/kops" ]; subPackages = [ "cmd/kops" ];
buildFlagsArray = '' buildFlagsArray = ''