diff --git a/doc/language-support.xml b/doc/language-support.xml index 8654fb06cfd..4fd70431950 100644 --- a/doc/language-support.xml +++ b/doc/language-support.xml @@ -675,6 +675,7 @@ net = buildGoPackage rec { "code.google.com/p/goprotobuf github.com/golang/protobuf" ]; propagatedBuildInputs = [ goPackages.text ]; + buildFlags = "--tags release"; }; @@ -725,6 +726,12 @@ the following arguments are of special significance to the function: + + + buildFlags is a list of flags passed to the go build command. + + +