nix-ros-overlay/distros/catkin-setup-hook/default.nix

7 lines
157 B
Nix
Raw Permalink Normal View History

{ makeSetupHook, pythonPackages }:
2019-03-21 00:23:14 -04:00
makeSetupHook {
name = "catkin-setup-hook";
propagatedBuildInputs = [ pythonPackages.wrapPython ];
} ./setup-hook.sh