We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d3d14 commit a8eb4eeCopy full SHA for a8eb4ee
distros/ros2-overlay.nix
@@ -4,6 +4,7 @@ rosSelf: rosSuper: with rosSelf.lib; {
4
# TODO: remove once https://github.com/ros/rosdistro/pull/43895 is merged
5
python = rosSelf.python3;
6
pythonPackages = rosSelf.python.pkgs;
7
+ qt5 = rosSelf.qt6;
8
9
ament-cmake-core = rosSuper.ament-cmake-core.overrideAttrs ({
10
propagatedBuildInputs ? [],
0 commit comments