tsid: strictDeps + __structuredAttrs (#543955)

This commit is contained in:
Michael Daniels
2026-07-20 23:28:42 +00:00
committed by GitHub

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";