qgroundcontrol: broken on Qt 5.6

This commit is contained in:
Thomas Tuegel
2017-03-25 08:49:39 -05:00
parent 84ed473763
commit 299c842df2
2 changed files with 2 additions and 1 deletions
@@ -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
};
}
+1 -1
View File
@@ -15089,7 +15089,7 @@ with pkgs;
qgis = callPackage ../applications/gis/qgis {};
qgroundcontrol = libsForQt55.callPackage ../applications/science/robotics/qgroundcontrol { };
qgroundcontrol = libsForQt56.callPackage ../applications/science/robotics/qgroundcontrol { };
qjackctl = libsForQt5.callPackage ../applications/audio/qjackctl { };