vis: patch shebang to use system bash

This commit is contained in:
Jörg Thalheim
2018-03-23 07:59:21 +00:00
parent 0efd1287b1
commit 0203a6281c
@@ -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";