summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-03-24 13:00:27 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-03-25 08:49:38 -0500
commitd839b85947fcbdbb95486852358411f85ce8c96e (patch)
treef846adb776b6d77ca0f21ed3964a27d261800196
parent7a681599febe068037a5bce02fb2f62fac8338f5 (diff)
downloadnixpkgs-d839b85947fcbdbb95486852358411f85ce8c96e.tar
nixpkgs-d839b85947fcbdbb95486852358411f85ce8c96e.tar.gz
nixpkgs-d839b85947fcbdbb95486852358411f85ce8c96e.tar.bz2
nixpkgs-d839b85947fcbdbb95486852358411f85ce8c96e.tar.lz
nixpkgs-d839b85947fcbdbb95486852358411f85ce8c96e.tar.xz
nixpkgs-d839b85947fcbdbb95486852358411f85ce8c96e.tar.zst
nixpkgs-d839b85947fcbdbb95486852358411f85ce8c96e.zip
cutegram: broken with Qt 5.6
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix1
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix b/pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix
index f0c99841c1b..d05ff845ebb 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix
@@ -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)
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index beccac84127..dd1bb3e553c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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 {