tsid: strictDeps + __structuredAttrs

This commit is contained in:
Guilhem Saurel
2026-07-20 21:34:28 +02:00
parent 92ff18cc93
commit 6df51b8841
+3
View File
@@ -49,6 +49,9 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
__structuredAttrs = true;
strictDeps = true;
meta = {
description = "Efficient Task Space Inverse Dynamics (TSID) based on Pinocchio";
homepage = "https://github.com/stack-of-tasks/tsid";