flint3: propagate mpfr

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