boost: use getDev for mpi input

+1 -1
+1 -1
pkgs/development/libraries/boost/generic.nix
··· 168 169 preConfigure = lib.optionalString useMpi '' 170 cat << EOF >> user-config.jam 171 - using mpi : ${mpi}/bin/mpiCC ; 172 EOF 173 '' 174 # On darwin we need to add the `$out/lib` to the libraries' rpath explicitly,
··· 168 169 preConfigure = lib.optionalString useMpi '' 170 cat << EOF >> user-config.jam 171 + using mpi : ${lib.getDev mpi}/bin/mpiCC ; 172 EOF 173 '' 174 # On darwin we need to add the `$out/lib` to the libraries' rpath explicitly,