mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 06:00:38 +03:00
colcon-core: fix withPlugins/withExtensions typo
This commit is contained in:
parent
bcd031613e
commit
6fa03dc558
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ let
|
|||
'';
|
||||
|
||||
passthru = package.passthru // {
|
||||
withPlugins = moreExtensions: withExtensions (moreExtensions ++ extensions);
|
||||
withExtensions = moreExtensions: withExtensions (moreExtensions ++ extensions);
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue