blackbox-terminal: Fix build

This uses a vte that still has box_drawing_generate.sh in src.

+3
+3
pkgs/applications/terminal-emulators/blackbox-terminal/default.nix
··· 72 72 rev = "3c8f66be867aca6656e4109ce880b6ea7431b895"; 73 73 hash = "sha256-vz9ircmPy2Q4fxNnjurkgJtuTSS49rBq/m61p1B43eU="; 74 74 }; 75 + postPatch = (old.postPatch or "") + '' 76 + patchShebangs src/box_drawing_generate.sh 77 + ''; 75 78 } // lib.optionalAttrs sixelSupport { 76 79 buildInputs = old.buildInputs ++ [ libsixel ]; 77 80 mesonFlags = old.mesonFlags ++ [ "-Dsixel=true" ];