10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-6pzErZtT5xzCMcsNy2EwrZHiAICLrRl1dv59bp23hAA=";
33 description = "Lattice algorithms using floating-point arithmetic";
35 # Some release notes are added to the github tags, though they are not
37 "https://github.com/fplll/fplll/releases/tag/${version}"
38 # Releases are announced on this mailing list. Unfortunately it is not
39 # possible to generate a direct link to the most recent announcement, but
40 # this search should find it.
41 "https://groups.google.com/forum/#!searchin/fplll-devel/FPLLL$20${version}"
43 license = licenses.lgpl21Plus;
44 maintainers = teams.sage.members;
45 platforms = platforms.unix;