Skip to content

Commit

Permalink
libfranka: add missing pinocchio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Dec 8, 2024
1 parent 3d94c0f commit 262a9c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distros/humble/libfranka/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the BSD license

{ lib, buildRosPackage, fetchurl, cmake, eigen, poco }:
{ lib, buildRosPackage, fetchurl, cmake, eigen, poco, pinocchio }:
buildRosPackage {
pname = "ros-humble-libfranka";
version = "0.14.2-r1";
Expand All @@ -15,7 +15,7 @@ buildRosPackage {

buildType = "cmake";
buildInputs = [ cmake eigen ];
propagatedBuildInputs = [ poco ];
propagatedBuildInputs = [ poco pinocchio ];
nativeBuildInputs = [ cmake ];

meta = {
Expand Down

0 comments on commit 262a9c1

Please sign in to comment.