deepin.go-dbus-generator: use ${placeholder ''out''} instead of $(out)
This commit is contained in:
parent
eb529d9e27
commit
b08aff1999
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"PREFIX=$(out)"
|
"PREFIX=${placeholder ''out''}"
|
||||||
"GOCACHE=$(TMPDIR)/go-cache"
|
"GOCACHE=$(TMPDIR)/go-cache"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user