mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 10:44:50 +03:00
regenerate all distros, Thu Jun 9 18:50:37 2022
This commit is contained in:
parent
aa08119940
commit
1ebd89fabb
1056 changed files with 24850 additions and 671 deletions
24
distros/humble/rqt-gui-py/default.nix
Normal file
24
distros/humble/rqt-gui-py/default.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
# Copyright 2022 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-lint-auto, ament-lint-common, qt-gui, rqt-gui }:
|
||||
buildRosPackage {
|
||||
pname = "ros-humble-rqt-gui-py";
|
||||
version = "1.1.4-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/rqt-release/archive/release/humble/rqt_gui_py/1.1.4-1.tar.gz";
|
||||
name = "1.1.4-1.tar.gz";
|
||||
sha256 = "0b3c5165f8d1e30264d464242e151f5b02201a1d16f3c6a418b588d16c8f7e86";
|
||||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ qt-gui rqt-gui ];
|
||||
|
||||
meta = {
|
||||
description = ''rqt_gui_py enables GUI plugins to use the Python client library for ROS.'';
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue