deepin.go-gir-generator: fix the GOCACHE make flag
This commit is contained in:
parent
d925c32467
commit
f10522dab0
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [
|
||||
"PREFIX=$(out)"
|
||||
"GOCACHE=$TMPDIR/go-cache"
|
||||
"GOCACHE=$(TMPDIR)/go-cache"
|
||||
];
|
||||
|
||||
passthru.updateScript = deepin.updateScript { inherit name; };
|
||||
|
Loading…
Reference in New Issue
Block a user