1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-19 08:31:07 +03:00

regenerate ros-kinetic, Sat Apr 6 20:59:50 2019

This commit is contained in:
Ben Wolsieffer 2019-04-06 20:59:50 -04:00
parent 7dae9bf01c
commit f87537f372
1663 changed files with 3621 additions and 1958 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-kinetic-python-qt-binding";
version = "0.3.4";
@ -12,8 +12,9 @@ buildRosPackage {
sha256 = "ea6943351d48918e37d30db52637c7063caef9a9a9e72cd128fa6f3b84ab35cb";
};
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.