8 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "09s8323h5w9j6mpl1yc6lm770dkskfxd2ayyafkcjllmnncxzfa0";
20 texlive.combined.scheme-small # for building the documentation
22 # No actual checks yet (2018-05-05), but maybe one day.
23 # Requested here: https://github.com/cddlib/cddlib/issues/25
26 description = "An implementation of the Double Description Method for generating all vertices of a convex polyhedron";
27 license = licenses.gpl2Plus;
28 maintainers = teams.sage.members;
29 platforms = platforms.unix;
30 homepage = "https://www.inf.ethz.ch/personal/fukudak/cdd_home/index.html";