mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-15 03:58:39 +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
22
melodic/libqt-opengl/default.nix
Normal file
22
melodic/libqt-opengl/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, catkin, qt5 }:
|
||||
buildRosPackage {
|
||||
pname = "ros-melodic-libqt-opengl";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/swri-robotics-gbp/qt_metapackages-release/archive/release/melodic/libqt_opengl/1.0.1-0.tar.gz;
|
||||
sha256 = "864a495c5dbc587baac58d0cbc2b936fbd18cdae8123e1c34bf005c881a29ca6";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ qt5.qtbase ];
|
||||
nativeBuildInputs = [ catkin qt5.qtbase ];
|
||||
|
||||
meta = {
|
||||
description = ''libqt-opengl metapackage supporting qt4 and qt5'';
|
||||
#license = lib.licenses.United States Government Purpose;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue