csdp: move gfortran to nativeBuildInputs

+3 -1
+3 -1
pkgs/applications/science/math/csdp/default.nix
··· 8 8 sha256 = "1f9ql6cjy2gwiyc51ylfan24v1ca9sjajxkbhszlds1lqmma8n05"; 9 9 }; 10 10 11 - buildInputs = [ blas gfortran.cc.lib lapack ]; 11 + nativeBuildInputs = [ gfortran ]; 12 + 13 + buildInputs = [ blas lapack ]; 12 14 13 15 postPatch = '' 14 16 substituteInPlace Makefile --replace /usr/local/bin $out/bin