python312Packages.crocoddyl: fix strict deps
add python3Packages.python to nativeBuildInputs
This commit is contained in:
@@ -23,6 +23,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
] ++ lib.optionals pythonSupport [
|
||||
python3Packages.python
|
||||
];
|
||||
|
||||
propagatedBuildInputs = lib.optionals (!pythonSupport) [
|
||||
|
||||
Reference in New Issue
Block a user