summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telegram
diff options
context:
space:
mode:
authornovenary <novenary@kwak.zip>2023-11-07 03:11:29 +0200
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-11-07 12:05:01 +0100
commit194da02ae944e72af21d899604bcd215306ea070 (patch)
tree9d6b514248deaa176f2e192eb3236c82da9bfa01 /pkgs/applications/networking/instant-messengers/telegram
parentcfbb29d76949ae53c457f152c52c173ea4bdd862 (diff)
downloadnixpkgs-194da02ae944e72af21d899604bcd215306ea070.tar
nixpkgs-194da02ae944e72af21d899604bcd215306ea070.tar.gz
nixpkgs-194da02ae944e72af21d899604bcd215306ea070.tar.bz2
nixpkgs-194da02ae944e72af21d899604bcd215306ea070.tar.lz
nixpkgs-194da02ae944e72af21d899604bcd215306ea070.tar.xz
nixpkgs-194da02ae944e72af21d899604bcd215306ea070.tar.zst
nixpkgs-194da02ae944e72af21d899604bcd215306ea070.zip
Revert "tdesktop: fix for loading libXcursor"
This hack breaks programs executed by telegram, and appears not to be
necessary any longer.

Tracing shows neither tdesktop nor its dependencies actually link
against libXcursor, load it via dlopen, or call into it.

This reverts commit 910b2be5ac08264311123d3add6d81e8e6fd05b8.

Updates: #181176
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telegram')
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix
index 3687379f8b4..b8de2d5ed59 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix
@@ -53,7 +53,6 @@
 , libthai
 , libdatrie
 , xdg-utils
-, xorg
 , libsysprof-capture
 , libpsl
 , brotli
@@ -217,7 +216,6 @@ stdenv.mkDerivation rec {
     wrapProgram $out/bin/telegram-desktop \
       "''${gappsWrapperArgs[@]}" \
       "''${qtWrapperArgs[@]}" \
-      --prefix LD_LIBRARY_PATH : "${xorg.libXcursor}/lib" \
       --suffix PATH : ${lib.makeBinPath [ xdg-utils ]}
   '';