goPackages: add ide-like packages
This adds the following packages: * errcheck * gotool * gometalinter * motion * shlex
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user