roslint: add a dependency on distutils

This commit is contained in:
Jeremy Kolb 2024-10-10 15:03:13 -04:00 committed by Ben Wolsieffer
parent 4b27a0af64
commit 44c552dd89

View file

@ -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 ? [], ...
} : {