Commit 84017483 authored by Ilya Fedin's avatar Ilya Fedin
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.
parent 242fe64f
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;