Skip to content

Commit fd80a9a

Browse files
committed
nix: set yaml-cpp as propagated build input
1 parent 4da1453 commit fd80a9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@
3636
[ sdk ]
3737
++ (with pkgs; [
3838
cmake
39-
yaml-cpp
4039
eigen
4140
python312Packages.eigenpy
4241
python312Packages.boost
4342
python312
4443
]);
44+
45+
propagatedBuildInputs = with pkgs; [ yaml-cpp ];
4546
};
4647
};
4748
}

0 commit comments

Comments
 (0)