1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-19 08:31:07 +03:00

regenerate ros-melodic, Sun May 5 02:02:52 2019

This commit is contained in:
Ben Wolsieffer 2019-05-05 02:02:52 -04:00
parent ac40d25e2c
commit 4255545ece
1330 changed files with 2451 additions and 2266 deletions

View file

@ -12,13 +12,13 @@ buildRosPackage {
sha256 = "fbbba01e82d3c63dfeab0fdc9caac8916de97295a8e8c08e715dc965e69dc545";
};
buildInputs = [ qt5.qtbase cmake-modules pluginlib python-qt-binding tinyxml pkg-config ];
buildInputs = [ cmake-modules pluginlib tinyxml pkg-config qt5.qtbase python-qt-binding ];
propagatedBuildInputs = [ pluginlib qt-gui tinyxml ];
nativeBuildInputs = [ catkin ];
meta = {
description = ''qt_gui_cpp provides the foundation for C++-bindings for qt_gui and creates bindings for every generator available.
At least one specific binding must be available in order to use C++-plugins.'';
#license = lib.licenses.BSD;
license = with lib.licenses; [ bsdOriginal ];
};
}