Merge pull request #173451 from Infinidoge/nit/kitty-remove-xsel
kitty: remove xsel from inputs
This commit is contained in:
commit
d856efcca1
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, python3Packages, libunistring
|
{ lib, stdenv, fetchFromGitHub, python3Packages, libunistring
|
||||||
, harfbuzz, fontconfig, pkg-config, ncurses, imagemagick, xsel
|
, harfbuzz, fontconfig, pkg-config, ncurses, imagemagick
|
||||||
, libstartup_notification, libGL, libX11, libXrandr, libXinerama, libXcursor
|
, libstartup_notification, libGL, libX11, libXrandr, libXinerama, libXcursor
|
||||||
, libxkbcommon, libXi, libXext, wayland-protocols, wayland
|
, libxkbcommon, libXi, libXext, wayland-protocols, wayland
|
||||||
, lcms2
|
, lcms2
|
||||||
@ -157,7 +157,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:${lib.makeBinPath [ imagemagick xsel ncurses.dev ]}"
|
wrapProgram "$out/bin/kitty" --prefix PATH : "$out/bin:${lib.makeBinPath [ imagemagick ncurses.dev ]}"
|
||||||
|
|
||||||
installShellCompletion --cmd kitty \
|
installShellCompletion --cmd kitty \
|
||||||
--bash <("$out/bin/kitty" +complete setup bash) \
|
--bash <("$out/bin/kitty" +complete setup bash) \
|
||||||
|
Loading…
Reference in New Issue
Block a user