go_1_13: stop setting GOPATH

a1e13f6140
This commit is contained in:
zowoq 2020-05-16 10:21:58 +10:00
parent 32b8ed7380
commit 469f14ceec

View File

@ -229,8 +229,6 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
setupHook = ./setup-hook.sh;
disallowedReferences = [ goBootstrap ];
meta = with stdenv.lib; {