-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly use python3, move python override to ROS 1
Everything uses Python 3 nowadays and the python = python3 override is only needed for ROS 1 rosdep packages. Move this override to ros1-overlay.nix, and make sure to use python3 explicitly everywhere else.
- Loading branch information
1 parent
51f08f3
commit 538d757
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ makeSetupHook, python }: | ||
{ makeSetupHook, python3 }: | ||
|
||
makeSetupHook { | ||
name = "ament-cmake-core-setup-hook"; | ||
substitutions.python_executable = python.pythonOnBuildForHost.interpreter; | ||
substitutions.python_executable = python3.pythonOnBuildForHost.interpreter; | ||
} ./setup-hook.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
538d757
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This broke a lot of things: