ceres-solver: 2.0.0 propagate dependencies (#130268)

This commit is contained in:
Mike Purvis 2021-09-17 11:58:24 -04:00 committed by GitHub
parent 8730fcbd45
commit 0ed11f655d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake ];
buildInputs = [ eigen glog ]
++ lib.optional runTests gflags;
buildInputs = lib.optional runTests gflags;
propagatedBuildInputs = [ eigen glog ];
# The Basel BUILD file conflicts with the cmake build directory on
# case-insensitive filesystems, eg. darwin.