mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
tsid: strictDeps + __structuredAttrs (#543955)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user