Loading pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/default.nix +14 −6 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ let ]; nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ yasm ]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-c++11-narrowing"; }); in telegram-desktop.override { Loading Loading @@ -69,13 +71,19 @@ telegram-desktop.override { }) ]; buildInputs = (old.buildInputs or [ ]) ++ [ buildInputs = (old.buildInputs or [ ]) ++ [ libopus ] ++ lib.optionals stdenv.hostPlatform.isLinux [ alsa-lib jemalloc libopus libpulseaudio ]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-missing-template-arg-list-after-template-kw"; meta = { description = "Kotatogram – experimental Telegram Desktop fork"; longDescription = '' Loading pkgs/by-name/_6/_64gram/package.nix +0 −15 Original line number Diff line number Diff line Loading @@ -2,10 +2,6 @@ lib, fetchFromGitHub, telegram-desktop, alsa-lib, jemalloc, libopus, libpulseaudio, withWebkit ? true, }: Loading @@ -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; Loading Loading
pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/default.nix +14 −6 Original line number Diff line number Diff line Loading @@ -41,6 +41,8 @@ let ]; nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ yasm ]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-c++11-narrowing"; }); in telegram-desktop.override { Loading Loading @@ -69,13 +71,19 @@ telegram-desktop.override { }) ]; buildInputs = (old.buildInputs or [ ]) ++ [ buildInputs = (old.buildInputs or [ ]) ++ [ libopus ] ++ lib.optionals stdenv.hostPlatform.isLinux [ alsa-lib jemalloc libopus libpulseaudio ]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-missing-template-arg-list-after-template-kw"; meta = { description = "Kotatogram – experimental Telegram Desktop fork"; longDescription = '' Loading
pkgs/by-name/_6/_64gram/package.nix +0 −15 Original line number Diff line number Diff line Loading @@ -2,10 +2,6 @@ lib, fetchFromGitHub, telegram-desktop, alsa-lib, jemalloc, libopus, libpulseaudio, withWebkit ? true, }: Loading @@ -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; Loading