Loading pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix +2 −34 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -80,14 +64,14 @@ let in stdenv.mkDerivation rec { pname = "telegram-desktop"; version = "4.14.2"; version = "4.14.3"; src = fetchFromGitHub { owner = "telegramdesktop"; repo = "tdesktop"; rev = "v${version}"; fetchSubmodules = true; hash = "sha256-1awdqojy2nWUtrK/VS8ALCK47rGWpS8Q6H2LciG2ymw="; hash = "sha256-xFbS8nhtWzIu+b/Hlnvtp925cf8UuBDywNnq5spMQ5Q="; }; patches = [ Loading Loading @@ -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 Loading Loading
pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix +2 −34 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -80,14 +64,14 @@ let in stdenv.mkDerivation rec { pname = "telegram-desktop"; version = "4.14.2"; version = "4.14.3"; src = fetchFromGitHub { owner = "telegramdesktop"; repo = "tdesktop"; rev = "v${version}"; fetchSubmodules = true; hash = "sha256-1awdqojy2nWUtrK/VS8ALCK47rGWpS8Q6H2LciG2ymw="; hash = "sha256-xFbS8nhtWzIu+b/Hlnvtp925cf8UuBDywNnq5spMQ5Q="; }; patches = [ Loading Loading @@ -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 Loading