buildGoPackage: disable go 1.10 cache

This disables annoying error messages that the go cache in /homeless-shelter cannot be created.
This commit is contained in:
Jörg Thalheim 2018-02-24 01:47:10 +00:00
parent e9fdcc9662
commit aafd5a63ea

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: ''