go-gir-generator: fix instalation directory for source

This commit is contained in:
José Romildo Malaquias 2018-10-12 08:06:54 -03:00
parent 29d0eec15f
commit 1aa94ba52d

View file

@ -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; {