mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-19 08:31:07 +03:00
regenerate ros-melodic, Fri Sep 6 12:26:31 2019
This commit is contained in:
parent
24e3f83ed6
commit
18406d420c
1557 changed files with 5148 additions and 1934 deletions
|
@ -8,12 +8,14 @@ buildRosPackage {
|
|||
version = "0.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/ros-gbp/rqt-release/archive/release/melodic/rqt_gui_cpp/0.5.0-0.tar.gz;
|
||||
url = "https://github.com/ros-gbp/rqt-release/archive/release/melodic/rqt_gui_cpp/0.5.0-0.tar.gz";
|
||||
name = "0.5.0-0.tar.gz";
|
||||
sha256 = "29dd122311b73050bde2957210a6523688298a3c1993833b78ef18b80a671603";
|
||||
};
|
||||
|
||||
buildType = "catkin";
|
||||
buildInputs = [ qt5.qtbase qt-gui-cpp qt-gui nodelet roscpp ];
|
||||
propagatedBuildInputs = [ qt-gui-cpp roscpp qt-gui nodelet ];
|
||||
propagatedBuildInputs = [ qt-gui-cpp nodelet qt-gui roscpp ];
|
||||
nativeBuildInputs = [ catkin ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue