Skip to content

Commit

Permalink
roslint: add a dependency on distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeremy authored and lopsided98 committed Oct 17, 2024
1 parent 4b27a0a commit 44c552d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distros/noetic/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ? [], ...
} : {
Expand Down

0 comments on commit 44c552d

Please sign in to comment.