mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-09 19:55:19 +03:00
regenerate all distros, Tue Sep 20 16:42:06 2022
This commit is contained in:
parent
df38e4e345
commit
1cb25a71b4
5789 changed files with 7648 additions and 2993 deletions
|
@ -5,16 +5,16 @@
|
|||
{ lib, buildRosPackage, fetchurl, boost, catkin, cmake, doxygen, dynamic-graph, eigenpy, git }:
|
||||
buildRosPackage {
|
||||
pname = "ros-noetic-dynamic-graph-python";
|
||||
version = "4.0.4-r1";
|
||||
version = "4.0.9-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/stack-of-tasks/dynamic-graph-python-ros-release/archive/release/noetic/dynamic-graph-python/4.0.4-1.tar.gz";
|
||||
name = "4.0.4-1.tar.gz";
|
||||
sha256 = "3847b2fff930a9a3779617b11002f9793445d40d2b0f540a781bbfda0dddab9a";
|
||||
url = "https://github.com/stack-of-tasks/dynamic-graph-python-ros-release/archive/release/noetic/dynamic-graph-python/4.0.9-1.tar.gz";
|
||||
name = "4.0.9-1.tar.gz";
|
||||
sha256 = "cc53de43ac9dea8a20c816669af4fc1cdec3d46ca22738086ebc1508bfbdfdf8";
|
||||
};
|
||||
|
||||
buildType = "cmake";
|
||||
buildInputs = [ doxygen git ];
|
||||
buildInputs = [ cmake doxygen git ];
|
||||
propagatedBuildInputs = [ boost catkin dynamic-graph eigenpy ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue