gfan: Add darwin support

This commit is contained in:
Jake Waksbaum
2018-08-14 00:15:36 -04:00
parent 4c0e25089e
commit be81e1e29c
3 changed files with 10 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = ''An implementation of the Double Description Method for generating all vertices of a convex polyhedron'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [raskin timokau];
platforms = platforms.linux;
platforms = platforms.unix;
homepage = https://www.inf.ethz.ch/personal/fukudak/cdd_home/index.html;
};
}