Merge pull request #66817 from Ma27/kitty-ncurses
kitty: python3 runtime requires ncurses executables
This commit is contained in:
commit
af55f23e8d
@ -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`:
|
||||
|
Loading…
Reference in New Issue
Block a user