We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b7268 commit 464e54fCopy full SHA for 464e54f
pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/default.nix
@@ -41,6 +41,8 @@ let
41
];
42
43
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ yasm ];
44
+
45
+ env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-c++11-narrowing";
46
});
47
in
48
telegram-desktop.override {
@@ -80,6 +82,8 @@ telegram-desktop.override {
80
82
libpulseaudio
81
83
84
85
+ env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-missing-template-arg-list-after-template-kw";
86
87
meta = {
88
description = "Kotatogram – experimental Telegram Desktop fork";
89
longDescription = ''
0 commit comments