about summary refs log tree commit diff
path: root/pkgs/applications/science/robotics/qgroundcontrol
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-03-24 13:35:27 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-03-25 08:49:39 -0500
commit299c842df25f8bc8e70124d97a63bb1df2fd0229 (patch)
tree7055459a80e830dcc74cca4d900e004e833c263e /pkgs/applications/science/robotics/qgroundcontrol
parent84ed4737635c068e716a8fc286b081bfe5d1febc (diff)
downloadnixlib-299c842df25f8bc8e70124d97a63bb1df2fd0229.tar
nixlib-299c842df25f8bc8e70124d97a63bb1df2fd0229.tar.gz
nixlib-299c842df25f8bc8e70124d97a63bb1df2fd0229.tar.bz2
nixlib-299c842df25f8bc8e70124d97a63bb1df2fd0229.tar.lz
nixlib-299c842df25f8bc8e70124d97a63bb1df2fd0229.tar.xz
nixlib-299c842df25f8bc8e70124d97a63bb1df2fd0229.tar.zst
nixlib-299c842df25f8bc8e70124d97a63bb1df2fd0229.zip
qgroundcontrol: broken on Qt 5.6
Diffstat (limited to 'pkgs/applications/science/robotics/qgroundcontrol')
-rw-r--r--pkgs/applications/science/robotics/qgroundcontrol/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/robotics/qgroundcontrol/default.nix b/pkgs/applications/science/robotics/qgroundcontrol/default.nix
index 98567c340bc4..e323b42d7ae6 100644
--- a/pkgs/applications/science/robotics/qgroundcontrol/default.nix
+++ b/pkgs/applications/science/robotics/qgroundcontrol/default.nix
@@ -89,5 +89,6 @@ stdenv.mkDerivation rec {
     license = stdenv.lib.licenses.gpl3Plus;
     platforms = with stdenv.lib.platforms; linux;
     maintainers = with stdenv.lib.maintainers; [ pxc ];
+    broken = true; # relies improperly on private Qt 5.5 headers
   };
 }