Merge pull request from NickCao/telegram-desktop

telegram-desktop: add missing glib-networking dependency
This commit is contained in:
superherointj 2024-05-27 17:17:43 -03:00 committed by GitHub
commit ba9ce78e30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@
, qtsvg
, qtimageformats
, gtk3
, glib-networking
, boost
, fmt
, libdbusmenu
@ -137,6 +138,7 @@ stdenv.mkDerivation rec {
] ++ lib.optionals stdenv.isLinux [
qtwayland
gtk3
glib-networking
fmt
libdbusmenu
alsa-lib