summary refs log tree commit diff
path: root/pkgs/applications
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 /pkgs/applications
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
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix1
1 files changed, 1 insertions, 0 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)