a1e13f6140
The compiler does not need it anymore, has not needed it for many years iirc. This just goes in and pollutes the environment overriding the users GOPATH and causing grief. Go even warns about it itself, without vs with this commit: ```sh ~> go env GOPATH /home/manny/go ~> nix-shell -p go ~> go env GOPATH warning: GOPATH set to GOROOT (/nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go) has no effect /nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go ~> exit ~> nix-shell -I nixpkgs=cloned/NixOS/nixpkgs -p go ~> go env GOPATH /home/manny/go ~> exit ``` |
||
---|---|---|
.. | ||
1.4.nix | ||
1.14.nix | ||
creds-test-1.4.patch | ||
creds-test.patch | ||
go-1.9-skip-flaky-19608.patch | ||
go-1.9-skip-flaky-20072.patch | ||
remove-test-pie-1.13.patch | ||
remove-test-pie-1.14.patch | ||
remove-tools-1.4.patch | ||
remove-tools-1.11.patch | ||
skip-external-network-tests.patch | ||
skip-nohup-tests.patch | ||
skip-test-extra-files-on-386-1.14.patch | ||
skip-test-extra-files-on-386.patch | ||
skip-test-extra-files-on-aarch32-1.14.patch | ||
skip-test-extra-files-on-aarch32.patch | ||
ssl-cert-file-1.13.patch |