go_1_10: remove cache artifacts from package

fixes #42465
This commit is contained in:
Jörg Thalheim 2018-07-13 19:48:42 -04:00
parent 087cf4a537
commit b0f2233917

View File

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
sha256 = "0i89298dgnmpmam3ifkm0ax266vvbq1yz7wfw8wwrcma0szrbrnb";
};
GOCACHE = "off";
# perl is used for testing go vet
nativeBuildInputs = [ perl which pkgconfig patch makeWrapper procps ];
buildInputs = [ cacert pcre ]