1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

foxy: rviz-rendering: remove upstreamed patch

This commit is contained in:
Ben Wolsieffer 2022-11-11 17:05:44 -05:00
parent 67a6356731
commit a3356d8de1

View file

@ -41,19 +41,6 @@ rosSelf: rosSuper: with rosSelf.lib; {
sha256 = "1iv6k0dwdzg5nnzw2mcgcl663q4f7p2kj7nhs8afnsikrzxxgsi4";
};
# Fix compatibility with assimp 5.1
# https://github.com/ros2/rviz/pull/827
rviz-rendering = rosSuper.rviz-rendering.overrideAttrs ({
patches ? [], ...
}: {
patches = patches ++ [ (self.fetchpatch {
url = "https://github.com/ros2/rviz/commit/95ddcea7459cc4faf9954ba018491d1eea8d4280.patch";
sha256 = "sha256-1kYIrcdm7mu39OFXeDmMWGJygeTKr1fc6ECbM5hf3ZU=";
stripLen = 1;
includes = [ "CMakeLists.txt" ];
}) ];
});
urdfdom = rosSuper.urdfdom.overrideAttrs ({
patches ? [], ...
}: {