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 6d24b82 commit 26790b7Copy full SHA for 26790b7
distros/jazzy/overrides.nix
@@ -217,6 +217,17 @@ in {
217
];
218
});
219
220
+ ros2topic = rosSuper.ros2topic.overrideAttrs ({ patches ? [], ...}: {
221
+ patches = patches ++ [
222
+ # Fix ros2 topic pub --stdin (https://github.com/ros2/ros2cli/pull/1105/)
223
+ (self.fetchpatch {
224
+ url = "https://github.com/ros2/ros2cli/pull/1105/commits/0b28b1e57f74002a6569147c9d38e973390ac91c.patch";
225
+ hash = "sha256-reKi/M4v68PSU+BC/RZBuSWIgyeHxXfk8QUsh64fVJs=";
226
+ stripLen = 1;
227
+ })
228
+ ];
229
+ });
230
+
231
rviz-ogre-vendor = lib.patchAmentVendorGit rosSuper.rviz-ogre-vendor {
232
tarSourceArgs.hook = let
233
version = "1.79";
0 commit comments