go-dbus-factory: fix instalation directory for source
This commit is contained in:
parent
38bb704137
commit
fffd13e5e0
@ -12,9 +12,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0gj2xxv45gh7wr5ry3mcsi46kdsyq9nbd7znssn34kapiv40ixcx";
|
sha256 = "0gj2xxv45gh7wr5ry3mcsi46kdsyq9nbd7znssn34kapiv40ixcx";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
"PREFIX=$(out)"
|
|
||||||
];
|
postPatch = ''
|
||||||
|
sed -i -e 's:/share/gocode:/share/go:' Makefile
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GoLang DBus factory for the Deepin Desktop Environment";
|
description = "GoLang DBus factory for the Deepin Desktop Environment";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user