qgroundcontrol: broken on Qt 5.6

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

View File

@ -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
};
}

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 { };