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-melodic, Fri Sep 6 12:26:31 2019

This commit is contained in:
Ben Wolsieffer 2019-09-06 12:26:32 -04:00
parent 24e3f83ed6
commit 18406d420c
1557 changed files with 5148 additions and 1934 deletions

View file

@ -8,10 +8,12 @@ buildRosPackage {
version = "0.3.5";
src = fetchurl {
url = https://github.com/ros-gbp/python_qt_binding-release/archive/release/melodic/python_qt_binding/0.3.5-0.tar.gz;
url = "https://github.com/ros-gbp/python_qt_binding-release/archive/release/melodic/python_qt_binding/0.3.5-0.tar.gz";
name = "0.3.5-0.tar.gz";
sha256 = "7212340713f18af32a6ee003889c16117717bc40976fe919394ce105283f4d2f";
};
buildType = "catkin";
buildInputs = [ pythonPackages.pyqt5 rosbuild qt5.qtbase ];
propagatedBuildInputs = [ pythonPackages.pyqt5 ];
nativeBuildInputs = [ catkin ];