12 stdenv.mkDerivation (finalAttrs: {
16 src = fetchFromGitLab {
19 rev = "refs/tags/v${finalAttrs.version}";
20 hash = "sha256-cx0QJCtAPR/WkWPpH+mZvq2803eDT7b+qlI5ma+CveE=";
30 nativeBuildInputs = [ cmake ];
32 patches = [ ./cmake-fix.patch ];
35 description = "C++ wrapper library around CGAL with the aim of supporting ISO 191007:2013 and OGC Simple Features for 3D operations";
36 homepage = "https://sfcgal.gitlab.io/SFCGAL/";
37 changelog = "https://gitlab.com/sfcgal/SFCGAL/-/releases/v${finalAttrs.version}";
38 license = lib.licenses.lgpl2;
39 platforms = lib.platforms.linux;
40 maintainers = [ lib.maintainers.fqidz ];