Skip to content

Commit

Permalink
humble: rcpputils: remove upstreamed patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Mar 3, 2024
1 parent 160dfe7 commit c479bc1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions distros/humble/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,6 @@ in with lib; {
nativeBuildInputs = nativeBuildInputs ++ [ rosSelf.ros-environment ];
});

rcpputils = rosSuper.rcpputils.overrideAttrs ({
patches ? [], ...
}: {
patches = patches ++ [
# Add missing cstdint include
(self.fetchpatch {
url = "https://github.com/ros2/rcpputils/commit/f96811a9047fa6a084a885219c88b415bc544487.patch";
hash = "sha256-NwKFHiRlvy6E3WjaJYykOqafLTEw75OUm+id540AcRQ=";
})
];
});

rosbag2-compression = rosSuper.rosbag2-compression.overrideAttrs ({
patches ? [], ...
}: {
Expand Down

0 comments on commit c479bc1

Please sign in to comment.