blackbox-terminal: Fix build
This uses a vte that still has box_drawing_generate.sh in src.
This commit is contained in:
parent
76de884476
commit
ddc3fd1494
1 changed files with 3 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue