blackbox-terminal: Fix build

This uses a vte that still has box_drawing_generate.sh in src.
This commit is contained in:
Bobby Rong 2024-05-05 19:52:24 +08:00
parent 76de884476
commit ddc3fd1494
No known key found for this signature in database

View file

@ -72,6 +72,9 @@ stdenv.mkDerivation rec {
rev = "3c8f66be867aca6656e4109ce880b6ea7431b895";
hash = "sha256-vz9ircmPy2Q4fxNnjurkgJtuTSS49rBq/m61p1B43eU=";
};
postPatch = (old.postPatch or "") + ''
patchShebangs src/box_drawing_generate.sh
'';
} // lib.optionalAttrs sixelSupport {
buildInputs = old.buildInputs ++ [ libsixel ];
mesonFlags = old.mesonFlags ++ [ "-Dsixel=true" ];