mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +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
23
distros/humble/rqt-py-console/default.nix
Normal file
23
distros/humble/rqt-py-console/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
# Copyright 2022 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-index-python, python-qt-binding, qt-gui, qt-gui-py-common, rclpy, rqt-gui, rqt-gui-py }:
|
||||
buildRosPackage {
|
||||
pname = "ros-humble-rqt-py-console";
|
||||
version = "1.0.2-r3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/rqt_py_console-release/archive/release/humble/rqt_py_console/1.0.2-3.tar.gz";
|
||||
name = "1.0.2-3.tar.gz";
|
||||
sha256 = "a6f45c7bb2e61c6503ede1a13f2b79974e2c153e15a812cdd6790663d8d49254";
|
||||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
propagatedBuildInputs = [ ament-index-python python-qt-binding qt-gui qt-gui-py-common rclpy rqt-gui rqt-gui-py ];
|
||||
|
||||
meta = {
|
||||
description = ''rqt_py_console is a Python GUI plugin providing an interactive Python console.'';
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue