cutegram: broken with Qt 5.6

This commit is contained in:
Thomas Tuegel 2017-03-24 13:00:27 -05:00
parent 7a681599fe
commit d839b85947
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ profpatsch AndersonTorres ];
platforms = platforms.linux;
broken = true;
};
}
#TODO: appindicator, for system tray plugin (by @profpatsch)

View File

@ -13104,7 +13104,7 @@ with pkgs;
cutecom = callPackage ../tools/misc/cutecom { };
cutegram =
let callpkg = libsForQt55.callPackage;
let callpkg = libsForQt56.callPackage;
in callpkg ../applications/networking/instant-messengers/telegram/cutegram rec {
libqtelegram-aseman-edition = callpkg ../applications/networking/instant-messengers/telegram/libqtelegram-aseman-edition { };
telegram-qml = callpkg ../applications/networking/instant-messengers/telegram/telegram-qml {