Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

vis: patch shebang to use system bash

(cherry picked from commit 0203a6281cbaff4ea8ab29578f626c48e3e3cf70)

+4
+4
pkgs/applications/editors/vis/default.nix
··· 26 26 libselinux 27 27 ]; 28 28 29 + postPatch = '' 30 + patchShebangs ./configure 31 + ''; 32 + 29 33 LUA_CPATH="${lpeg}/lib/lua/${lua.luaversion}/?.so;"; 30 34 LUA_PATH="${lpeg}/share/lua/${lua.luaversion}/?.lua"; 31 35