3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

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; };