mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
noetic: add comment about distutils
This commit is contained in:
parent
ea279f9b6d
commit
20e7f58b73
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
angles = rosSuper.angles.overrideAttrs({
|
||||
nativeBuildInputs ? [], ...
|
||||
}: {
|
||||
# distutils was removed from standard library in Python 3.12
|
||||
nativeBuildInputs = nativeBuildInputs ++ [ rosSelf.python3Packages.distutils ];
|
||||
});
|
||||
|
||||
|
@ -130,6 +131,7 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
ros-numpy = rosSuper.ros-numpy.overrideAttrs({
|
||||
nativeBuildInputs ? [], ...
|
||||
}: {
|
||||
# distutils was removed from standard library in Python 3.12
|
||||
nativeBuildInputs = nativeBuildInputs ++ [ rosSelf.python3Packages.distutils ];
|
||||
});
|
||||
|
||||
|
@ -141,6 +143,7 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
roslint = rosSuper.roslint.overrideAttrs({
|
||||
nativeBuildInputs ? [], ...
|
||||
}: {
|
||||
# distutils was removed from standard library in Python 3.12
|
||||
nativeBuildInputs = nativeBuildInputs ++ [ rosSelf.python3Packages.distutils ];
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue