10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-bQ2VvCS+lGro5qxs+qBz3RpUenxQTmTr+lm9BFZWYts=";
21 buildInputs = [ mpir gmp mpfr flint ];
27 "--with-flint=${flint}"
30 enableParallelBuilding = true;
35 description = "Algebraic number theory library";
36 homepage = "https://github.com/flintlib/antic";
37 license = licenses.lgpl21Plus;
38 maintainers = with maintainers; [ smasher164 ];
39 platforms = platforms.unix;