1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-23 07:20:17 +03:00

regenerate ros-melodic, Sat Apr 6 22:15:06 2019

This commit is contained in:
Ben Wolsieffer 2019-04-06 22:15:06 -04:00
parent f87537f372
commit 54662ad462
889 changed files with 1941 additions and 1052 deletions

View file

@ -12,8 +12,9 @@ buildRosPackage {
sha256 = "525f02f83695fda430a40dbb0d980db92744f6782726cc14c1ee731215f6137f";
};
buildInputs = [ rviz ];
propagatedBuildInputs = [ rviz ];
nativeBuildInputs = [ catkin rviz ];
nativeBuildInputs = [ catkin ];
meta = {
description = ''Tutorials showing how to call into rviz internals from python scripts.'';