go2nix: goimports -> gotools

This commit is contained in:
Roman Volosatovs 2018-09-16 18:21:50 +02:00
parent 09a5d8710a
commit 4a8a3de99f
No known key found for this signature in database
GPG Key ID: 3AC661943D80C89E

View File

@ -1,4 +1,4 @@
{ stdenv, buildGoPackage, go-bindata, goimports, nix-prefetch-git, git, makeWrapper,
{ stdenv, buildGoPackage, go-bindata, gotools, nix-prefetch-git, git, makeWrapper,
fetchFromGitHub }:
buildGoPackage rec {
@ -19,7 +19,7 @@ buildGoPackage rec {
outputs = [ "bin" "out" "man" ];
buildInputs = [ go-bindata goimports makeWrapper ];
buildInputs = [ go-bindata gotools makeWrapper ];
preBuild = ''go generate ./...'';
postInstall = ''