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:
Luflosi 2019-11-02 02:11:05 +01:00
parent fd80ac67ac
commit 079d57fa20
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -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
];