mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Thu Nov 7 17:38:07 2019
This commit is contained in:
parent
3acbedff58
commit
d78acd7c65
827 changed files with 8227 additions and 2847 deletions
|
@ -2,19 +2,20 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-flake8, pythonPackages, ament-pep257, ament-copyright, tracetools-read }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-xmllint, ament-flake8, pythonPackages, ament-pep257, ament-copyright, tracetools-read }:
|
||||
buildRosPackage {
|
||||
pname = "ros-dashing-tracetools-analysis";
|
||||
version = "0.1.1-r1";
|
||||
version = "0.2.1-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis-release/repository/archive.tar.gz?ref=release/dashing/tracetools_analysis/0.1.1-1";
|
||||
url = "https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis-release/repository/archive.tar.gz?ref=release/dashing/tracetools_analysis/0.2.1-1";
|
||||
name = "archive.tar.gz";
|
||||
sha256 = "b1de74490d4b317e9b0b43fa823757ea9234da46be5d4c23cacaebb7ac48f7eb";
|
||||
sha256 = "9136f5999555452ed1960996a6d725c3859665d907cc03568b882f97aa02c53c";
|
||||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ ament-flake8 ament-copyright pythonPackages.pytest ament-pep257 ];
|
||||
buildInputs = [ tracetools-read ];
|
||||
checkInputs = [ ament-xmllint ament-flake8 pythonPackages.pytest ament-pep257 ament-copyright ];
|
||||
propagatedBuildInputs = [ tracetools-read ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue