kitty: remove unused GLFW dependency
kitty has its own heavily modified fork of GLFW embedded in the source code. Therefore it doesn't need GLFW as an external dependency.
This commit is contained in:
parent
fd80ac67ac
commit
079d57fa20
@ -1,4 +1,4 @@
|
||||
{ stdenv, substituteAll, fetchFromGitHub, python3Packages, glfw, libunistring,
|
||||
{ stdenv, substituteAll, fetchFromGitHub, python3Packages, libunistring,
|
||||
harfbuzz, fontconfig, pkgconfig, ncurses, imagemagick, xsel,
|
||||
libstartup_notification, libGL, libX11, libXrandr, libXinerama, libXcursor,
|
||||
libxkbcommon, libXi, libXext, wayland-protocols, wayland,
|
||||
@ -45,7 +45,7 @@ buildPythonApplication rec {
|
||||
python3
|
||||
zlib
|
||||
] ++ stdenv.lib.optionals stdenv.isLinux [
|
||||
fontconfig glfw libunistring libcanberra libX11
|
||||
fontconfig libunistring libcanberra libX11
|
||||
libXrandr libXinerama libXcursor libxkbcommon libXi libXext
|
||||
wayland-protocols wayland dbus
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user