1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00
nix-ros-overlay/distros/catkin-setup-hook/default.nix
2023-04-02 12:32:11 -04:00

6 lines
157 B
Nix

{ makeSetupHook, pythonPackages }:
makeSetupHook {
name = "catkin-setup-hook";
propagatedBuildInputs = [ pythonPackages.wrapPython ];
} ./setup-hook.sh