luaPackages.lgi: fix cross
This commit is contained in:
parent
50a629cc3a
commit
bdb8ca175a
1 changed files with 6 additions and 0 deletions
|
@ -172,6 +172,12 @@ with prev;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# https://github.com/lgi-devs/lgi/pull/300
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace lgi/Makefile tests/Makefile \
|
||||||
|
--replace 'PKG_CONFIG =' 'PKG_CONFIG ?='
|
||||||
|
'';
|
||||||
|
|
||||||
# there is only a rockspec.in in the repo, the actual rockspec must be generated
|
# there is only a rockspec.in in the repo, the actual rockspec must be generated
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
make rock
|
make rock
|
||||||
|
|
Loading…
Reference in a new issue