lol

ceres-solver: 2.0.0 propagate dependencies (#130268)

authored by

Mike Purvis and committed by
GitHub
0ed11f65 8730fcbd

+2 -2
+2 -2
pkgs/development/libraries/ceres-solver/default.nix
··· 20 20 }; 21 21 22 22 nativeBuildInputs = [ cmake ]; 23 - buildInputs = [ eigen glog ] 24 - ++ lib.optional runTests gflags; 23 + buildInputs = lib.optional runTests gflags; 24 + propagatedBuildInputs = [ eigen glog ]; 25 25 26 26 # The Basel BUILD file conflicts with the cmake build directory on 27 27 # case-insensitive filesystems, eg. darwin.