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

0 comments on commit 6e62ef0

Please sign in to comment.