2022-09-20 15:26:10 -04:00
|
|
|
{ makeSetupHook, python }:
|
|
|
|
|
|
|
|
makeSetupHook {
|
|
|
|
name = "ament-cmake-core-setup-hook";
|
2024-02-09 21:16:23 -05:00
|
|
|
substitutions.python_executable = python.pythonOnBuildForHost.interpreter;
|
2022-09-20 15:26:10 -04:00
|
|
|
} ./setup-hook.sh
|