mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-15 06:31:44 +03:00
regenerate ros-kinetic, Sat Apr 6 23:17:13 2019
This commit is contained in:
parent
e57f53f657
commit
06f93746ad
24 changed files with 571 additions and 6 deletions
24
kinetic/async-web-server-cpp/default.nix
Normal file
24
kinetic/async-web-server-cpp/default.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, boost, catkin, pythonPackages, rostest, rospy, openssl, roslib }:
|
||||
buildRosPackage {
|
||||
pname = "ros-kinetic-async-web-server-cpp";
|
||||
version = "0.0.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/gt-rail-release/async_web_server_cpp-release/archive/release/kinetic/async_web_server_cpp/0.0.3-0.tar.gz;
|
||||
sha256 = "32d6fc632c8c80656899d314fae6ca57e3db01312e82b3735c9ee50bb3f996e7";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl boost ];
|
||||
checkInputs = [ rostest roslib rospy ];
|
||||
propagatedBuildInputs = [ openssl boost pythonPackages.websocket_client ];
|
||||
nativeBuildInputs = [ catkin ];
|
||||
|
||||
meta = {
|
||||
description = ''Asynchronous Web/WebSocket Server in C++'';
|
||||
#license = lib.licenses.BSD;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue