vis: patch shebang to use system bash
This commit is contained in:
parent
0efd1287b1
commit
0203a6281c
@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
|
|||||||
libselinux
|
libselinux
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs ./configure
|
||||||
|
'';
|
||||||
|
|
||||||
LUA_CPATH="${lpeg}/lib/lua/${lua.luaversion}/?.so;";
|
LUA_CPATH="${lpeg}/lib/lua/${lua.luaversion}/?.so;";
|
||||||
LUA_PATH="${lpeg}/share/lua/${lua.luaversion}/?.lua";
|
LUA_PATH="${lpeg}/share/lua/${lua.luaversion}/?.lua";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user