mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
regenerate all distros, Fri Feb 9 13:42:10 2024
This commit is contained in:
parent
c8afb864b6
commit
9f53d85d2a
319 changed files with 1525 additions and 1272 deletions
|
@ -2,18 +2,19 @@
|
|||
# Copyright 2024 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, python-qt-binding, python3Packages, qt-gui, qt-gui-py-common, rqt-gui, rqt-gui-py }:
|
||||
{ lib, buildRosPackage, fetchurl, python-qt-binding, python3Packages, pythonPackages, qt-gui, qt-gui-py-common, rqt-gui, rqt-gui-py }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-rqt-shell";
|
||||
version = "1.2.0-r1";
|
||||
version = "1.2.1-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/rqt_shell-release/archive/release/rolling/rqt_shell/1.2.0-1.tar.gz";
|
||||
name = "1.2.0-1.tar.gz";
|
||||
sha256 = "092ef9c1498b0909918ea024d085dbdb726baf081f667b1a3ca68cff89363256";
|
||||
url = "https://github.com/ros2-gbp/rqt_shell-release/archive/release/rolling/rqt_shell/1.2.1-1.tar.gz";
|
||||
name = "1.2.1-1.tar.gz";
|
||||
sha256 = "dda320255d68b1fe7cffbb553ac21b31803bee373dd4c7630fe13d36bbec1bd2";
|
||||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest ];
|
||||
propagatedBuildInputs = [ python-qt-binding python3Packages.catkin-pkg qt-gui qt-gui-py-common rqt-gui rqt-gui-py ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue