go2nix: goimports -> gotools
This commit is contained in:
parent
09a5d8710a
commit
4a8a3de99f
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user