go-gir-generator: fix instalation directory for source
This commit is contained in:
parent
29d0eec15f
commit
1aa94ba52d
@ -22,9 +22,13 @@ stdenv.mkDerivation rec {
|
||||
libgudev
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's:/share/gocode:/share/go:' Makefile
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
"PREFIX=$(out)"
|
||||
"HOME=$(TMP)"
|
||||
"GOCACHE=off"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user