mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 19:24:50 +03:00
Temporarily restore pythonPackages override
This commit is contained in:
parent
da03e58065
commit
6e62ef0f1d
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
self:
|
self:
|
||||||
rosSelf: rosSuper: with rosSelf.lib; {
|
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 ({
|
ament-cmake-core = rosSuper.ament-cmake-core.overrideAttrs ({
|
||||||
propagatedBuildInputs ? [],
|
propagatedBuildInputs ? [],
|
||||||
nativeBuildInputs ? [], ...
|
nativeBuildInputs ? [], ...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue