mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-09 17:42:22 +03:00
noetic.xacro: Propagate distutils
Without this, examples/turtlebot3-gazebo.nix fails to run. Fixes #610.
This commit is contained in:
parent
ab3c1b3b7c
commit
308d6c5990
1 changed files with 6 additions and 0 deletions
|
@ -310,6 +310,12 @@ in {
|
|||
}) ];
|
||||
});
|
||||
|
||||
xacro = rosSuper.xacro.overrideAttrs ({
|
||||
propagatedBuildInputs ? [], ...
|
||||
} : {
|
||||
propagatedBuildInputs = propagatedBuildInputs ++ [ rosSelf.python3Packages.distutils ];
|
||||
});
|
||||
|
||||
})
|
||||
# distutils was removed from standard library in Python 3.12, but many packages
|
||||
# still depend on it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue