mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 02:04:49 +03:00
Remove foxy.
Foxy was EOL on June 20th, 2023.
This commit is contained in:
parent
9417386d01
commit
113129c9da
1131 changed files with 0 additions and 31292 deletions
|
@ -1,26 +0,0 @@
|
|||
|
||||
# Copyright 2023 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-ros, ament-lint-auto, ament-lint-common, fastcdr, fastrtps, fastrtps-cmake-module, osrf-testing-tools-cpp, rcpputils, rcutils, rmw, rmw-dds-common }:
|
||||
buildRosPackage {
|
||||
pname = "ros-foxy-rmw-fastrtps-shared-cpp";
|
||||
version = "1.3.2-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/foxy/rmw_fastrtps_shared_cpp/1.3.2-1.tar.gz";
|
||||
name = "1.3.2-1.tar.gz";
|
||||
sha256 = "7a384bca3b82c56deb5172f306bd2137a46a3abb5d8c86f81062dcd7d90e306d";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake-ros ];
|
||||
checkInputs = [ ament-lint-auto ament-lint-common osrf-testing-tools-cpp ];
|
||||
propagatedBuildInputs = [ ament-cmake fastcdr fastrtps fastrtps-cmake-module rcpputils rcutils rmw rmw-dds-common ];
|
||||
nativeBuildInputs = [ ament-cmake ament-cmake-ros fastrtps-cmake-module ];
|
||||
|
||||
meta = {
|
||||
description = ''Code shared on static and dynamic type support of rmw_fastrtps_cpp.'';
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue