deepin.go-dbus-generator: fix the GOCACHE make flag

This commit is contained in:
Wael M. Nasreddine
2019-03-10 14:04:04 -07:00
parent 483d823ec4
commit d925c32467

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
makeFlags = [
"PREFIX=$(out)"
"GOCACHE=$TMPDIR/go-cache"
"GOCACHE=$(TMPDIR)/go-cache"
];
passthru.updateScript = deepin.updateScript { inherit name; };