Merge pull request #314570 from Artturin/pykdlcross

python311Packages.pykdl: Fix cross
This commit is contained in:
Artturin 2024-05-25 16:25:29 +03:00 committed by GitHub
commit af5f4093b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,8 @@ toPythonModule (
];
propagatedBuildInputs = [ python ];
cmakeFlags = [ "-DPYTHON_EXECUTABLE=${lib.getExe python.pythonOnBuildForHost}" ];
meta = with lib; {
description = "Kinematics and Dynamics Library (Python bindings)";
homepage = "https://www.orocos.org/kdl.html";