summary refs log tree commit diff
path: root/pkgs/development/go-modules/generic
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2016-03-18 02:53:48 -0400
committerCharles Strahan <charles.c.strahan@gmail.com>2016-03-18 03:14:44 -0400
commitd53d5048d8d50f3d69d029b3010626cf926fc3ad (patch)
tree35b3d5afc26b08293f21b192931b2b52a7343f6c /pkgs/development/go-modules/generic
parent3704901dc89d32e03c6184fb716bd011f20b982a (diff)
downloadnixpkgs-d53d5048d8d50f3d69d029b3010626cf926fc3ad.tar
nixpkgs-d53d5048d8d50f3d69d029b3010626cf926fc3ad.tar.gz
nixpkgs-d53d5048d8d50f3d69d029b3010626cf926fc3ad.tar.bz2
nixpkgs-d53d5048d8d50f3d69d029b3010626cf926fc3ad.tar.lz
nixpkgs-d53d5048d8d50f3d69d029b3010626cf926fc3ad.tar.xz
nixpkgs-d53d5048d8d50f3d69d029b3010626cf926fc3ad.tar.zst
nixpkgs-d53d5048d8d50f3d69d029b3010626cf926fc3ad.zip
goPackages: add ide-like packages
This adds the following packages:

 * errcheck
 * gotool
 * gometalinter
 * motion
 * shlex
Diffstat (limited to 'pkgs/development/go-modules/generic')
-rw-r--r--pkgs/development/go-modules/generic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/go-modules/generic/default.nix b/pkgs/development/go-modules/generic/default.nix
index 15b729173c6..93b09acbda1 100644
--- a/pkgs/development/go-modules/generic/default.nix
+++ b/pkgs/development/go-modules/generic/default.nix
@@ -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