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

This commit is contained in:
José Romildo Malaquias 2019-04-01 07:20:52 -03:00
parent eb529d9e27
commit b08aff1999

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
]; ];
makeFlags = [ makeFlags = [
"PREFIX=$(out)" "PREFIX=${placeholder ''out''}"
"GOCACHE=$(TMPDIR)/go-cache" "GOCACHE=$(TMPDIR)/go-cache"
]; ];