Skip to content

Commit 6609a88

Browse files
committed
rviz2: qt 5 -> 6
1 parent 92d3d14 commit 6609a88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

distros/distro-overlay.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,12 @@ let
415415
];
416416
});
417417

418+
rviz2 = rosSuper.rviz2.overrideAttrs ({
419+
buildInputs ? [], ...
420+
}: {
421+
buildInputs = (super.lib.lists.filter (p: p.pname != "qtbase") buildInputs) ++ [ self.qt6.qtbase ];
422+
});
423+
418424
# TODO: Remove once onetbb appears in the locked nixpkgs version.
419425
onetbb = self.tbb_2022;
420426

0 commit comments

Comments
 (0)