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 35b4d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distros/humble/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ in with lib; {
};

libfranka = rosSuper.libfranka.overrideAttrs ({
cmakeFlags ? [], ...
cmakeFlags ? [], propagatedBuildInputs ?[], ...
}: {
# Uses custom flag to disable tests. Attempts to download GTest without
# this.
cmakeFlags = cmakeFlags ++ [ "-DBUILD_TESTS=OFF" ];
propagatedBuildInputs = propagatedBuildInputs ++ [ self.pinocchio ];
});

libphidget22 = patchVendorUrl rosSuper.libphidget22 {
Expand Down

0 comments on commit 35b4d63

Please sign in to comment.