goPackages: add ide-like packages

This adds the following packages:

 * errcheck
 * gotool
 * gometalinter
 * motion
 * shlex
This commit is contained in:
Charles Strahan
2016-03-18 03:14:44 -04:00
parent 3704901dc8
commit d53d5048d8
2 changed files with 63 additions and 1 deletions
@@ -163,7 +163,7 @@ go.stdenv.mkDerivation (
enableParallelBuilding = enableParallelBuilding;
# I prefer to call this dev but propagatedBuildInputs expects $out to exist
outputs = [ "out" "bin" ];
outputs = args.outputs or [ "out" "bin" ];
meta = {
# Add default meta information