mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 18:54:50 +03:00
humble: ros2-ouster: add missing build inputs
This commit is contained in:
parent
4072d6ed51
commit
cd957a1cbc
1 changed files with 6 additions and 0 deletions
|
@ -224,6 +224,12 @@ in with lib; {
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ros2-ouster = rosSuper.ros2-ouster.overrideAttrs ({
|
||||||
|
propagatedBuildInputs ? [], ...
|
||||||
|
}: {
|
||||||
|
propagatedBuildInputs = propagatedBuildInputs ++ [ self.jsoncpp self.libpcap ];
|
||||||
|
});
|
||||||
|
|
||||||
rviz-ogre-vendor = (patchVendorUrl rosSuper.rviz-ogre-vendor {
|
rviz-ogre-vendor = (patchVendorUrl rosSuper.rviz-ogre-vendor {
|
||||||
url = "https://github.com/OGRECave/ogre/archive/v1.12.1.zip";
|
url = "https://github.com/OGRECave/ogre/archive/v1.12.1.zip";
|
||||||
sha256 = "1iv6k0dwdzg5nnzw2mcgcl663q4f7p2kj7nhs8afnsikrzxxgsi4";
|
sha256 = "1iv6k0dwdzg5nnzw2mcgcl663q4f7p2kj7nhs8afnsikrzxxgsi4";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue