Unverified Commit 67ebfe5a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #278779 from NickCao/telegram-desktop

telegram-desktop: 4.14.2 -> 4.14.3
parents df7e726a 7a37e73c
Loading
Loading
Loading
Loading
+2 −34
Original line number Diff line number Diff line
@@ -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
@@ -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 = [
@@ -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