Commit c8fadc3e authored by Ilya Fedin's avatar Ilya Fedin Committed by github-actions[bot]
Browse files

_64gram: remove unneeded overrides

There's no practical need to derivate in cmake arguments or build inputs since 64gram is based on recent enough tdesktop.

This returns Darwin build which stopped to happen since b7af891b.

(cherry picked from commit 84017483)
parent 18cdd725
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -2,10 +2,6 @@
  lib,
  fetchFromGitHub,
  telegram-desktop,
  alsa-lib,
  jemalloc,
  libopus,
  libpulseaudio,
  withWebkit ? true,
}:

@@ -24,17 +20,6 @@ telegram-desktop.override {
      fetchSubmodules = true;
    };

    buildInputs = (old.buildInputs or [ ]) ++ [
      alsa-lib
      jemalloc
      libopus
      libpulseaudio
    ];

    cmakeFlags = (old.cmakeFlags or [ ]) ++ [
      (lib.cmakeBool "DESKTOP_APP_DISABLE_AUTOUPDATE" true)
    ];

    meta = {
      description = "Unofficial Telegram Desktop providing Windows 64bit build and extra features";
      license = lib.licenses.gpl3Only;