crocoddyl: add missing include

This commit is contained in:
Guilhem Saurel
2025-10-15 19:53:34 +02:00
parent 271a664068
commit 8a09ddc4e2
+10
View File
@@ -4,6 +4,7 @@
doxygen,
example-robot-data,
fetchFromGitHub,
fetchpatch,
ipopt,
lapack,
lib,
@@ -25,6 +26,15 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-m7UiCa8ydjsAIhsFiShTi3/JaKgq2TCQ1XYAMyTNg1U=";
};
patches = [
# ref. https://github.com/loco-3d/crocoddyl/pull/1440 merged upstream
(fetchpatch {
name = "add-missing-include.patch";
url = "https://github.com/loco-3d/crocoddyl/commit/6994bea7bb3ae6027f5b611ef1635768538150fd.patch";
hash = "sha256-XbQKRWpWm5Rk4figoA2swId4Pz2xKDpU4NFP46p8WO0=";
})
];
outputs = [
"out"
"doc"