kitty: python3 runtime requires ncurses executables

`infocmp` from `ncruses.dev` is needed to copy kitty's terminfo e.g. to
a remote server: https://github.com/kovidgoyal/kitty/blob/3a5baf27224fbd3347d30b2290f7681287256b30/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
+1 -1
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`: