mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-16 20:48:40 +03:00
Basic working melodic with gazebo.
This commit is contained in:
parent
13c58f0706
commit
096c49e618
1135 changed files with 28374 additions and 0 deletions
23
melodic/qt-gui-cpp/default.nix
Normal file
23
melodic/qt-gui-cpp/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, cmake-modules, pluginlib, catkin, tinyxml, pkg-config, qt-gui, qt5, python-qt-binding }:
|
||||
buildRosPackage {
|
||||
pname = "ros-melodic-qt-gui-cpp";
|
||||
version = "0.3.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/ros-gbp/qt_gui_core-release/archive/release/melodic/qt_gui_cpp/0.3.11-0.tar.gz;
|
||||
sha256 = "fbbba01e82d3c63dfeab0fdc9caac8916de97295a8e8c08e715dc965e69dc545";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pluginlib qt-gui tinyxml ];
|
||||
nativeBuildInputs = [ qt5.qtbase cmake-modules pluginlib catkin python-qt-binding tinyxml pkg-config ];
|
||||
|
||||
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 = lib.licenses.BSD;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue