deepin.go-dbus-generator: use ${placeholder ''out''} instead of $(out)
This commit is contained in:
parent
eb529d9e27
commit
b08aff1999
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
makeFlags = [
|
||||
"PREFIX=$(out)"
|
||||
"PREFIX=${placeholder ''out''}"
|
||||
"GOCACHE=$(TMPDIR)/go-cache"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue