11 stdenv.mkDerivation (finalAttrs: {
13 version = "unstable-2022-07-27";
15 src = fetchFromGitHub {
18 rev = "4c67945a58d2a6e5adb4d2332ab08007769130ef";
19 hash = "sha256-lXS7GxtoPsZe2SJfr0uY99Q0ZtYG0KFlauY1PBuFleo=";
22 nativeBuildInputs = [ cmake ];
31 cmakeFlags = [ "-DCOIN_USE_CPACK=OFF" ];
34 homepage = "https://github.com/coin3d/coin";
35 description = "High-level, retained-mode toolkit for effective 3D graphics development";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ gebner viric ];
38 platforms = platforms.linux;