8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitLab {
13 domain = "gitlab.vci.rwth-aachen.de:9000";
16 rev = "OpenMesh-${lib.versions.majorMinor finalAttrs.version}";
17 fetchSubmodules = true;
18 hash = "sha256-1FmAieCaskKaaAWjgEXr/CWpFxrhB2Rca1sXpxLrQHw=";
21 nativeBuildInputs = [ cmake ];
24 homepage = "https://www.graphics.rwth-aachen.de/software/openmesh/";
25 description = "Generic and efficient polygon mesh data structure";
26 maintainers = with maintainers; [ yzx9 ];
27 platforms = platforms.all;
28 license = licenses.bsd3;