flint3: propagate mpfr

+5 -2
+5 -2
pkgs/development/libraries/flint/3.nix
··· 24 24 sha256 = "sha256-ezEaAFA6hjiB64F32+uEMi8pOZ89fXLzsaTJuh1XlLQ="; 25 25 }; 26 26 27 - propagatedBuildInputs = [ 27 + nativeBuildInputs = [ 28 28 autoconf 29 29 automake 30 30 gettext 31 31 libtool 32 32 ]; 33 33 34 + propagatedBuildInputs = [ 35 + mpfr 36 + ]; 37 + 34 38 buildInputs = [ 35 39 gmp 36 - mpfr 37 40 ] ++ lib.optionals withBlas [ 38 41 openblas 39 42 ] ++ lib.optionals withNtl [