forked from mirrors/nixpkgs
deepin.go-dbus-generator: fix the GOCACHE make flag
This commit is contained in:
parent
483d823ec4
commit
d925c32467
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = [
|
||||
"PREFIX=$(out)"
|
||||
"GOCACHE=$TMPDIR/go-cache"
|
||||
"GOCACHE=$(TMPDIR)/go-cache"
|
||||
];
|
||||
|
||||
passthru.updateScript = deepin.updateScript { inherit name; };
|
||||
|
|
Loading…
Reference in a new issue