···34 sha256 = "1f7kjn26y7knmab5avj8spb40ny1y0jix5j5p0dqfjvg9climl0h";
35 };
36000037 # kubernetes is here only to shut up a loud warning when generating the completions below. minikube checks very eagerly
38 # that kubectl is on the $PATH, even if it doesn't use it at all to generate the completions
39 buildInputs = [ go-bindata makeWrapper kubernetes gpgme ] ++ stdenv.lib.optional hostPlatform.isDarwin vmnet;
···34 sha256 = "1f7kjn26y7knmab5avj8spb40ny1y0jix5j5p0dqfjvg9climl0h";
35 };
3637+ patches = [
38+ ./localkube.patch
39+ ];
40+41 # kubernetes is here only to shut up a loud warning when generating the completions below. minikube checks very eagerly
42 # that kubectl is on the $PATH, even if it doesn't use it at all to generate the completions
43 buildInputs = [ go-bindata makeWrapper kubernetes gpgme ] ++ stdenv.lib.optional hostPlatform.isDarwin vmnet;