mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
noetic: pyquaternion: add distutils dependency
This commit is contained in:
parent
8e6a1565e6
commit
b63d9f26e0
1 changed files with 7 additions and 0 deletions
|
@ -111,6 +111,13 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
sha256 = "sha256-IBlmph3IJvGxh5okozF6HskhSpGMjrA1vi8ww+nPvcs=";
|
||||
};
|
||||
|
||||
pyquaternion = rosSuper.pyquaternion.overrideAttrs ({
|
||||
nativeBuildInputs ? [], ...
|
||||
}: {
|
||||
# distutils was removed from standard library in Python 3.12
|
||||
nativeBuildInputs = nativeBuildInputs ++ [ rosSelf.python3Packages.distutils ];
|
||||
});
|
||||
|
||||
resource-retriever = rosSuper.resource-retriever.overrideAttrs({
|
||||
nativeBuildInputs ? [], ...
|
||||
}: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue