12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-dx0Q6cuA66lG4nwR7quW5Tvs9sdxjdV4gtpxXirI4nY=";
23 nativeBuildInputs = [ cmake ];
30 cmakeFlags = [ "-DCURA_ENGINE_VERSION=${version}" ];
32 # TODO already fixed in master, remove in next release
35 url = "https://github.com/Ultimaker/CuraEngine/commit/de60e86a6ea11cb7d121471b5dd192e5deac0f3d.patch";
36 hash = "sha256-/gT9yErIDDYAXvZ6vX5TGlwljy31K563+sqkm1UGljQ=";
37 includes = [ "src/utils/math.h" ];
42 description = "Powerful, fast and robust engine for processing 3D models into 3D printing instruction";
43 homepage = "https://github.com/Ultimaker/CuraEngine";
44 license = licenses.agpl3Only;
45 platforms = platforms.linux;
46 maintainers = with maintainers; [
50 mainProgram = "CuraEngine";