mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
regenerate all distros, Fri May 24 14:00:52 2024
This commit is contained in:
parent
f1c32375c2
commit
6a16c08989
1761 changed files with 35644 additions and 2278 deletions
27
distros/jazzy/qt-gui-cpp/default.nix
Normal file
27
distros/jazzy/qt-gui-cpp/default.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
|
||||
# Copyright 2024 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, pkg-config, pluginlib, python-qt-binding, qt-gui, qt5, tinyxml2-vendor }:
|
||||
buildRosPackage {
|
||||
pname = "ros-jazzy-qt-gui-cpp";
|
||||
version = "2.7.4-r2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/qt_gui_core-release/archive/release/jazzy/qt_gui_cpp/2.7.4-2.tar.gz";
|
||||
name = "2.7.4-2.tar.gz";
|
||||
sha256 = "59490a3e5b6495cefaec4c5c1b425129c0922b3f291341f065b6cac004540a36";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake pkg-config python-qt-binding qt5.qtbase ];
|
||||
checkInputs = [ ament-cmake-pytest ];
|
||||
propagatedBuildInputs = [ pluginlib qt-gui tinyxml2-vendor ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
description = "qt_gui_cpp provides the foundation for C++-bindings for qt_gui and creates bindings for every generator available.
|
||||
At least one specific binding must be available in order to use C++-plugins.";
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue