Skip to content

Commit

Permalink
Temporarily restore pythonPackages override
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Dec 13, 2024
1 parent da03e58 commit 6e62ef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distros/ros2-overlay.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
self:
rosSelf: rosSuper: with rosSelf.lib; {

# TODO: remove once https://github.com/ros/rosdistro/pull/43895 is merged
python = rosSelf.python3;
pythonPackages = rosSelf.python.pkgs;

ament-cmake-core = rosSuper.ament-cmake-core.overrideAttrs ({
propagatedBuildInputs ? [],
nativeBuildInputs ? [], ...
Expand Down

1 comment on commit 6e62ef0

@kjeremy
Copy link
Contributor

@kjeremy kjeremy commented on 6e62ef0 Jan 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the rosdistro pull was merged in to their repo

Please sign in to comment.