mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate ros-kinetic, Sat Apr 6 20:59:50 2019
This commit is contained in:
parent
7dae9bf01c
commit
f87537f372
1663 changed files with 3621 additions and 1958 deletions
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, catkin, rqt-gui, qt-gui, rospy }:
|
||||
{ lib, buildRosPackage, fetchurl, rqt-gui, catkin, qt-gui, rospy }:
|
||||
buildRosPackage {
|
||||
pname = "ros-kinetic-rqt-gui-py";
|
||||
version = "0.5.0";
|
||||
|
@ -12,8 +12,9 @@ buildRosPackage {
|
|||
sha256 = "5562a8e2a995ecde75a3fc7ae8cb824b905d25d8de32f11172723087fd7847f7";
|
||||
};
|
||||
|
||||
buildInputs = [ rqt-gui qt-gui rospy ];
|
||||
propagatedBuildInputs = [ rqt-gui qt-gui rospy ];
|
||||
nativeBuildInputs = [ catkin rqt-gui qt-gui rospy ];
|
||||
nativeBuildInputs = [ catkin ];
|
||||
|
||||
meta = {
|
||||
description = ''rqt_gui_py enables GUI plugins to use the Python client library for ROS.'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue