1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00

regenerate all distros, Fri Jan 3 13:42:37 2025

This commit is contained in:
Superflore 2025-01-03 13:42:37 +00:00 committed by Ben Wolsieffer
parent 06b45cf1ea
commit 31f07eb092
6571 changed files with 9328 additions and 8833 deletions

View file

@ -1,8 +1,8 @@
# Copyright 2024 Open Source Robotics Foundation
# Copyright 2025 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-index-python, python-qt-binding, pythonPackages, qt-gui, qt-gui-py-common, rclpy, rqt-gui, rqt-gui-py }:
{ lib, buildRosPackage, fetchurl, ament-index-python, python-qt-binding, python3Packages, qt-gui, qt-gui-py-common, rclpy, rqt-gui, rqt-gui-py }:
buildRosPackage {
pname = "ros-jazzy-rqt-py-console";
version = "1.2.2-r3";
@ -14,7 +14,7 @@ buildRosPackage {
};
buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ];
checkInputs = [ python3Packages.pytest ];
propagatedBuildInputs = [ ament-index-python python-qt-binding qt-gui qt-gui-py-common rclpy rqt-gui rqt-gui-py ];
meta = {