mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 00:47:40 +00:00
kitty: libcanberra is not needed on darwin
This commit is contained in:
parent
4536e3fbf4
commit
0283abb4e8
@ -33,7 +33,6 @@ buildPythonApplication rec {
|
||||
|
||||
buildInputs = [
|
||||
harfbuzz
|
||||
libcanberra
|
||||
ncurses
|
||||
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||
Cocoa
|
||||
@ -46,7 +45,7 @@ buildPythonApplication rec {
|
||||
python3
|
||||
zlib
|
||||
] ++ stdenv.lib.optionals stdenv.isLinux [
|
||||
fontconfig glfw libunistring libX11
|
||||
fontconfig glfw libunistring libcanberra libX11
|
||||
libXrandr libXinerama libXcursor libxkbcommon libXi libXext
|
||||
wayland-protocols wayland dbus
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user