vis: patch shebang to use system bash
This commit is contained in:
parent
0efd1287b1
commit
0203a6281c
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
|
|||
libselinux
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs ./configure
|
||||
'';
|
||||
|
||||
LUA_CPATH="${lpeg}/lib/lua/${lua.luaversion}/?.so;";
|
||||
LUA_PATH="${lpeg}/share/lua/${lua.luaversion}/?.lua";
|
||||
|
||||
|
|
Loading…
Reference in a new issue