11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-taSS7jpVyjVfNe6kSuUDXMD2PgKmtG64V5MjZyQzorI=";
24 url = "https://github.com/fplll/fplll/commit/317cf70893eebfb2625da12e5377189908c36240.diff";
25 sha256 = "sha256-GbYSolBgv/he4QzjuRFdg93wHJABVHvA9x3PjpJTSRE=";
41 description = "Lattice algorithms using floating-point arithmetic";
43 # Some release notes are added to the github tags, though they are not
45 "https://github.com/fplll/fplll/releases/tag/${version}"
46 # Releases are announced on this mailing list. Unfortunately it is not
47 # possible to generate a direct link to the most recent announcement, but
48 # this search should find it.
49 "https://groups.google.com/forum/#!searchin/fplll-devel/FPLLL$20${version}"
51 license = licenses.lgpl21Plus;
52 maintainers = teams.sage.members;
53 platforms = platforms.unix;