Add dontInstallSrc flag to buildGoPackage

This commit is contained in:
Luca Bruno
2015-02-05 18:07:28 +01:00
parent 4ce497e74f
commit 3f718a743d
14 changed files with 38 additions and 6 deletions

View File

@@ -15,6 +15,10 @@ buildGoPackage rec {
buildInputs = [ iochan ];
propagatedBuildInputs = [ go ];
dontInstallSrc = true;
meta = with lib; {
description = "A simple, no-frills tool for Go cross compilation that behaves a lot like standard go build";
homepage = https://github.com/mitchellh/gox;