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 ''
|
'' else ''
|
||||||
cp -r linux-package/{bin,share,lib} $out
|
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
|
runHook postInstall
|
||||||
|
|
||||||
# ZSH completions need to be invoked with `source`:
|
# ZSH completions need to be invoked with `source`:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user