mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-20 00:50:42 +03:00
regenerate all distros, Thu Nov 7 19:19:39 2019
This commit is contained in:
parent
b8654b68f2
commit
e5bfcd971a
17 changed files with 42 additions and 34 deletions
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, catkin, qt5, rosbuild }:
|
||||
{ lib, buildRosPackage, fetchurl, catkin, rosbuild, pythonPackages, qt5 }:
|
||||
buildRosPackage {
|
||||
pname = "ros-melodic-python-qt-binding";
|
||||
version = "0.3.6-r2";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "catkin";
|
||||
buildInputs = [ rosbuild qt5.qtbase ];
|
||||
propagatedBuildInputs = [ catkin ];
|
||||
buildInputs = [ pythonPackages.pyqt5 rosbuild qt5.qtbase ];
|
||||
propagatedBuildInputs = [ pythonPackages.pyqt5 catkin ];
|
||||
nativeBuildInputs = [ catkin ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue