On 17-04-26 12:18pm, Sergey Mironov wrote:
> Upstream maintainer pointed out to
> https://github.com/golang/go/issues/14669 problem. I've tried adding
> 
> preBuild=''
>   export CGO_CFLAGS='-O0'
> '';
> 
> without success..

You will have to poke a bit.

I’d read the definition of `buildGoPackage` now,
which can be found in
`pkgs/development/go-modules/generic/default.nix`.

Another idea would be preConfigure = "set -x"
to make bash output everything it calls.

-- 
Proudly written in Mutt with Vim on NixOS.
Q: Why is this email five sentences or less?
A: http://five.sentenc.es
May take up to five days to read your message. If it’s urgent, call me.
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to