mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
6 lines
157 B
Nix
6 lines
157 B
Nix
{ makeSetupHook, pythonPackages }:
|
|
|
|
makeSetupHook {
|
|
name = "catkin-setup-hook";
|
|
propagatedBuildInputs = [ pythonPackages.wrapPython ];
|
|
} ./setup-hook.sh
|