mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
Disable Rust support for now.
This commit is contained in:
parent
42ee3ca2bf
commit
9bd7fed0e2
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
propagatedBuildInputs ? [], ...
|
||||
}: {
|
||||
# Add Rust support to all packages
|
||||
propagatedBuildInputs = propagatedBuildInputs ++ [ rosSelf.rosidl-generator-rs ];
|
||||
# FIXME: seems to break nav2-msgs
|
||||
# propagatedBuildInputs = propagatedBuildInputs ++ [ rosSelf.rosidl-generator-rs ];
|
||||
});
|
||||
|
||||
rosidl-generator-rs = rosSelf.callPackage ../pkgs/rosidl-generator-rs { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue