mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 10:14:50 +03:00
rosidl-generator-rs 0.4.1
This commit is contained in:
parent
90a80fe3dc
commit
1fcbc069cb
1 changed files with 2 additions and 11 deletions
|
@ -4,25 +4,16 @@
|
||||||
, rosidl-typesupport-interface }:
|
, rosidl-typesupport-interface }:
|
||||||
buildRosPackage rec {
|
buildRosPackage rec {
|
||||||
pname = "rosidl-generator-rs";
|
pname = "rosidl-generator-rs";
|
||||||
version = "0.3.1";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ros2-rust";
|
owner = "ros2-rust";
|
||||||
repo = "ros2_rust";
|
repo = "ros2_rust";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-2kExpUDkPY+gvQflornneSmxSv4eM5eeBMGnuV7eg90=";
|
hash = "sha256-VbE/vhsz1uvN1dosidB+x2h1ai6qzjmfcPYVcgUl0Ec=";
|
||||||
};
|
};
|
||||||
sourceRoot = "source/rosidl_generator_rs";
|
sourceRoot = "source/rosidl_generator_rs";
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Remove dependency on rmw_implementation
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/ros2-rust/ros2_rust/commit/376fdeb43b4feb0ab82edb5851cc50f8152e0e4f.patch";
|
|
||||||
hash = "sha256-iFCZa2kP7Dd03t2QGTh5b/E8ZVqhlM7DwsqGwiqkzYs=";
|
|
||||||
stripLen = 1;
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
buildType = "ament_cmake";
|
buildType = "ament_cmake";
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue