Skip to content

Commit

Permalink
ros-numpy: add distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeremy authored and lopsided98 committed Oct 19, 2024
1 parent 3ea9455 commit ea279f9
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 @@ -127,6 +127,12 @@ rosSelf: rosSuper: with rosSelf.lib; {
}) ];
});

ros-numpy = rosSuper.ros-numpy.overrideAttrs({
nativeBuildInputs ? [], ...
}: {
nativeBuildInputs = nativeBuildInputs ++ [ rosSelf.python3Packages.distutils ];
});

rosfmt = patchVendorUrl rosSuper.rosfmt {
url = "https://github.com/fmtlib/fmt/releases/download/9.1.0/fmt-9.1.0.zip";
sha256 = "sha256-zOtMuTZuGKV0ISjLNSTOX1Doi0dvHlRzekf/3030yZY=";
Expand Down

0 comments on commit ea279f9

Please sign in to comment.