qgroundcontrol: broken on Qt 5.6
This commit is contained in:
parent
84ed473763
commit
299c842df2
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue