deepin.dbus-factory: use ${placeholder ''out''} instead of $(out)
This commit is contained in:
parent
9485d5ee56
commit
7f396b799d
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
go-dbus-generator
|
||||
];
|
||||
|
||||
makeFlags = [ "GOPATH=$(out)/share/go" ];
|
||||
makeFlags = [ "GOPATH=${placeholder ''out''}/share/go" ];
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's:/share/gocode:/share/go:' Makefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user