7 stdenvNoCC.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = "v${finalAttrs.version}";
15 hash = "sha256-OpjkQGRiuc7kNlwgCeM4dcotTb5J+6LUn4IOe9bFbW4=";
18 # We could also properly use CMake, but we would have to heavily patch it
19 # to avoid configure-time downloads of many things.
22 cp -r include/igl $out/include
26 description = "Simple C++ geometry processing library";
27 homepage = "https://github.com/libigl/libigl";
28 license = licenses.mpl20;
29 maintainers = with maintainers; [ nim65s ];