mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-19 00:20:36 +03:00
regenerate all distros, Fri Jan 22 13:37:50 2021
This commit is contained in:
parent
16fa5d4acf
commit
67db07c9e4
7345 changed files with 10744 additions and 8552 deletions
|
@ -1,21 +1,22 @@
|
|||
|
||||
# Copyright 2020 Open Source Robotics Foundation
|
||||
# Copyright 2021 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, boost, catkin, openssl, pythonPackages, roslib, rospy, rostest }:
|
||||
buildRosPackage {
|
||||
pname = "ros-melodic-async-web-server-cpp";
|
||||
version = "0.0.3";
|
||||
version = "1.0.2-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/gt-rail-release/async_web_server_cpp-release/archive/release/melodic/async_web_server_cpp/0.0.3-0.tar.gz";
|
||||
name = "0.0.3-0.tar.gz";
|
||||
sha256 = "45d13cce4a77b0e5e67b9ed7be20691e0425861c5a48a653d4a3bdff997840c6";
|
||||
url = "https://github.com/fkie-release/async_web_server_cpp-release/archive/release/melodic/async_web_server_cpp/1.0.2-1.tar.gz";
|
||||
name = "1.0.2-1.tar.gz";
|
||||
sha256 = "6e4642671a9b19d4bcf46d080a17c1873a9d3c40905150d93684eb09d5efd346";
|
||||
};
|
||||
|
||||
buildType = "catkin";
|
||||
checkInputs = [ roslib rospy rostest ];
|
||||
propagatedBuildInputs = [ boost openssl pythonPackages.websocket_client ];
|
||||
buildInputs = [ openssl ];
|
||||
checkInputs = [ pythonPackages.websocket_client roslib rospy rostest ];
|
||||
propagatedBuildInputs = [ boost ];
|
||||
nativeBuildInputs = [ catkin ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue