mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 18:54:50 +03:00
regenerate all distros, Fri Nov 4 13:38:02 2022
This commit is contained in:
parent
0e8f3d88ae
commit
a1596850e0
6690 changed files with 6930 additions and 8596 deletions
26
distros/humble/async-web-server-cpp/default.nix
Normal file
26
distros/humble/async-web-server-cpp/default.nix
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
# Copyright 2022 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, boost, launch-testing, openssl, python3Packages }:
|
||||
buildRosPackage {
|
||||
pname = "ros-humble-async-web-server-cpp";
|
||||
version = "2.0.0-r3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/async_web_server_cpp-release/archive/release/humble/async_web_server_cpp/2.0.0-3.tar.gz";
|
||||
name = "2.0.0-3.tar.gz";
|
||||
sha256 = "c9f5968c670996bfd9d697b4630791573042044433f5fd9aaef7d8cf280cd60d";
|
||||
};
|
||||
|
||||
buildType = "catkin";
|
||||
buildInputs = [ openssl ];
|
||||
checkInputs = [ launch-testing python3Packages.websocket-client ];
|
||||
propagatedBuildInputs = [ boost ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
description = ''Asynchronous Web/WebSocket Server in C++'';
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue