kitty: python3 runtime requires ncurses executables

`infocmp` from `ncruses.dev` is needed to copy kitty's terminfo e.g. to
a remote server: 3a5baf2722/docs/faq.rst (id45)

Fixes #66583
This commit is contained in:
Maximilian Bosch 2019-08-18 10:55:45 +02:00
parent f217c3b6fe
commit b1ac3587cd
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -95,7 +95,7 @@ buildPythonApplication rec {
'' else ''
cp -r linux-package/{bin,share,lib} $out
''}
wrapProgram "$out/bin/kitty" --prefix PATH : "$out/bin:${stdenv.lib.makeBinPath [ imagemagick xsel ]}"
wrapProgram "$out/bin/kitty" --prefix PATH : "$out/bin:${stdenv.lib.makeBinPath [ imagemagick xsel ncurses.dev ]}"
runHook postInstall
# ZSH completions need to be invoked with `source`: