summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authoroxalica <oxalicc@pm.me>2021-07-21 00:11:21 +0800
committeroxalica <oxalicc@pm.me>2021-07-23 05:38:53 +0800
commit2a12ba467c49bd8885f3726fca061574a4d816cb (patch)
tree3731f14556833612c1129da7e4c6895167fcff98 /pkgs/applications
parent548ff797656e6f2e03002746d9d1e42f2c6bd841 (diff)
downloadnixpkgs-2a12ba467c49bd8885f3726fca061574a4d816cb.tar
nixpkgs-2a12ba467c49bd8885f3726fca061574a4d816cb.tar.gz
nixpkgs-2a12ba467c49bd8885f3726fca061574a4d816cb.tar.bz2
nixpkgs-2a12ba467c49bd8885f3726fca061574a4d816cb.tar.lz
nixpkgs-2a12ba467c49bd8885f3726fca061574a4d816cb.tar.xz
nixpkgs-2a12ba467c49bd8885f3726fca061574a4d816cb.tar.zst
nixpkgs-2a12ba467c49bd8885f3726fca061574a4d816cb.zip
tdesktop: use bundled libtgvoip
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
index 959d1a96d8e..b14e1e41037 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
@@ -3,7 +3,7 @@
 , qtbase, qtimageformats, gtk3, libsForQt5, lz4, xxHash
 , ffmpeg, openalSoft, minizip, libopus, alsa-lib, libpulseaudio, range-v3
 , tl-expected, hunspell, glibmm, webkitgtk, jemalloc
-, libtgvoip, rnnoise, abseil-cpp, extra-cmake-modules
+, rnnoise, extra-cmake-modules
 # Transitive dependencies:
 , pcre, xorg, util-linux, libselinux, libsepol, epoxy
 , at-spi2-core, libXtst, libthai, libdatrie
@@ -58,7 +58,7 @@ in mkDerivation rec {
     qtbase qtimageformats gtk3 libsForQt5.kwayland libsForQt5.libdbusmenu lz4 xxHash
     ffmpeg openalSoft minizip libopus alsa-lib libpulseaudio range-v3
     tl-expected hunspell glibmm webkitgtk jemalloc
-    libtgvoip rnnoise abseil-cpp extra-cmake-modules
+    rnnoise extra-cmake-modules
     tg_owt
     # Transitive dependencies:
     pcre xorg.libpthreadstubs xorg.libXdmcp util-linux libselinux libsepol epoxy
@@ -70,7 +70,6 @@ in mkDerivation rec {
     # We're allowed to used the API ID of the Snap package:
     "-DTDESKTOP_API_ID=611335"
     "-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c"
-    #"-DDESKTOP_APP_SPECIAL_TARGET=\"\"" # TODO: Error when set to "": Bad special target '""'
     "-DTDESKTOP_LAUNCHER_BASENAME=telegramdesktop" # Note: This is the default
   ];
 
@@ -116,7 +115,7 @@ in mkDerivation rec {
     license = licenses.gpl3;
     platforms = platforms.linux;
     homepage = "https://desktop.telegram.org/";
-    changelog = "https://github.com/telegramdesktop/tdesktop/releases/tag/v{version}";
-    maintainers = with maintainers; [ primeos abbradar ];
+    changelog = "https://github.com/telegramdesktop/tdesktop/releases/tag/v${version}";
+    maintainers = with maintainers; [ primeos abbradar oxalica ];
   };
 }