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

regenerate ros-melodic, Sat Apr 6 22:15:06 2019

This commit is contained in:
Ben Wolsieffer 2019-04-06 22:15:06 -04:00
parent f87537f372
commit 54662ad462
889 changed files with 1941 additions and 1052 deletions

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, catkin, rosbuild, pythonPackages, qt5 }:
{ lib, buildRosPackage, fetchurl, catkin, pythonPackages, qt5, rosbuild }:
buildRosPackage {
pname = "ros-melodic-python-qt-binding";
version = "0.3.5";
@ -12,8 +12,9 @@ buildRosPackage {
sha256 = "7212340713f18af32a6ee003889c16117717bc40976fe919394ce105283f4d2f";
};
buildInputs = [ pythonPackages.pyqt5 rosbuild qt5.qtbase ];
propagatedBuildInputs = [ pythonPackages.pyqt5 ];
nativeBuildInputs = [ catkin pythonPackages.pyqt5 rosbuild qt5.qtbase ];
nativeBuildInputs = [ catkin ];
meta = {
description = ''This stack provides Python bindings for Qt.