deepin.go-dbus-generator: use ${placeholder ''out''} instead of $(out)

(cherry picked from commit b08aff1999)
This commit is contained in:
José Romildo Malaquias
2019-04-01 07:20:52 -03:00
committed by worldofpeace
parent f84c69d850
commit 8d280a4d77

View File

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