mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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 = [
|
||||
"PREFIX=$(out)"
|
||||
"PREFIX=${placeholder ''out''}"
|
||||
"GOCACHE=$(TMPDIR)/go-cache"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user