Merge pull request #35435 from Mic92/go-build

buildGoPackage: disable cache creation
This commit is contained in:
Jörg Thalheim
2018-02-24 08:15:11 +00:00
committed by GitHub

View File

@@ -196,6 +196,9 @@ 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: ''