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

This commit is contained in:
Wael M. Nasreddine 2019-03-10 14:04:18 -07:00
parent d925c32467
commit f10522dab0
No known key found for this signature in database
GPG Key ID: FD437548E0BF0F5F

View File

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