orocos-kdl: 1.5.0 propagation fix

This commit is contained in:
Mike Purvis 2021-07-13 21:17:46 -04:00 committed by GitHub
parent 088c406cd7
commit b312fdc626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
sourceRoot = "source/orocos_kdl";
nativeBuildInputs = [ cmake ];
buildInputs = [ eigen ];
propagatedBuildInputs = [ eigen ];
meta = with lib; {
description = "Kinematics and Dynamics Library";