telegram-desktop: drop unused dependencies

This commit is contained in:
Nick Cao 2024-01-04 16:05:33 -05:00
parent cfb55ab450
commit 7a37e73c2c
No known key found for this signature in database

View File

@ -36,23 +36,7 @@
, rnnoise
, protobuf
, abseil-cpp
# Transitive dependencies:
, util-linuxMinimal
, pcre
, libpthreadstubs
, libXdamage
, libXdmcp
, libselinux
, libsepol
, libepoxy
, at-spi2-core
, libXtst
, libthai
, libdatrie
, xdg-utils
, libsysprof-capture
, libpsl
, brotli
, microsoft-gsl
, rlottie
, stdenv
@ -160,22 +144,6 @@ stdenv.mkDerivation rec {
glibmm_2_68
webkitgtk_6_0
jemalloc
# Transitive dependencies:
util-linuxMinimal # Required for libmount thus not nativeBuildInputs.
pcre
libpthreadstubs
libXdamage
libXdmcp
libselinux
libsepol
libepoxy
at-spi2-core
libXtst
libthai
libdatrie
libsysprof-capture
libpsl
brotli
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
Cocoa
CoreFoundation