cholmod-extra: move gfortran to nativeBuildInputs

+2 -1
+2 -1
pkgs/development/libraries/science/math/cholmod-extra/default.nix
··· 10 10 sha256 = "0hz1lfp0zaarvl0dv0zgp337hyd8np41kmdpz5rr3fc6yzw7vmkg"; 11 11 }; 12 12 13 - buildInputs = [ suitesparse gfortran blas lapack ]; 13 + nativeBuildInputs = [ gfortran ]; 14 + buildInputs = [ suitesparse blas lapack ]; 14 15 15 16 makeFlags = [ 16 17 "BLAS=-lcblas"