7 pname = "pari-galdata";
10 url = "http://pari.math.u-bordeaux.fr/pub/pari/packages/galdata.tgz";
11 sha256 = "1pch6bk76f1i6cwwgm7hhxi5h71m52lqayp4mnyj0jmjk406bhdp";
15 mkdir -p "$out/share/pari"
16 cp -R * "$out/share/pari/"
20 description = "PARI database needed to compute Galois group in degrees 8 through 11";
21 homepage = "http://pari.math.u-bordeaux.fr/";
22 license = licenses.gpl2Plus;
23 platforms = platforms.all;
24 maintainers = teams.sage.members;