mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
roslint: add a dependency on distutils
This commit is contained in:
parent
4b27a0af64
commit
44c552dd89
1 changed files with 6 additions and 0 deletions
|
@ -125,6 +125,12 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
|||
sha256 = "sha256-zOtMuTZuGKV0ISjLNSTOX1Doi0dvHlRzekf/3030yZY=";
|
||||
};
|
||||
|
||||
roslint = rosSuper.roslint.overrideAttrs({
|
||||
nativeBuildInputs ? [], ...
|
||||
}: {
|
||||
nativeBuildInputs = nativeBuildInputs ++ [ rosSelf.python3Packages.distutils ];
|
||||
});
|
||||
|
||||
rviz-map-plugin = rosSuper.rviz-map-plugin.overrideAttrs ({
|
||||
buildInputs ? [], ...
|
||||
} : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue