dbus-factory: fix instalation directory for source
This commit is contained in:
parent
c3fe5bd088
commit
38bb704137
@ -18,7 +18,11 @@ stdenv.mkDerivation rec {
|
|||||||
go-dbus-generator
|
go-dbus-generator
|
||||||
];
|
];
|
||||||
|
|
||||||
makeFlags = [ "GOPATH=$(out)/share/gocode" ];
|
makeFlags = [ "GOPATH=$(out)/share/go" ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed -i -e 's:/share/gocode:/share/go:' Makefile
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Generates static DBus bindings for Golang and QML at build-time";
|
description = "Generates static DBus bindings for Golang and QML at build-time";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user