Merge pull request #49346 from Mic92/gocache
buildGoPackage: re-enable GOCACHE
This commit is contained in:
commit
ee738264d1
@ -103,6 +103,7 @@ go.stdenv.mkDerivation (
|
||||
|
||||
'') + ''
|
||||
export GOPATH=$NIX_BUILD_TOP/go:$GOPATH
|
||||
export GOCACHE=$TMPDIR/go-cache
|
||||
|
||||
runHook postConfigure
|
||||
'';
|
||||
@ -193,9 +194,6 @@ go.stdenv.mkDerivation (
|
||||
find $bin/bin -type f -exec ${removeExpr removeReferences} '{}' + || true
|
||||
'';
|
||||
|
||||
# Disable go cache, which is not reused in nix anyway
|
||||
GOCACHE = "off";
|
||||
|
||||
shellHook = ''
|
||||
d=$(mktemp -d "--suffix=-$name")
|
||||
'' + toString (map (dep: ''
|
||||
|
Loading…
Reference in New Issue
Block a user