7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-8V21TRSqCN+hkTlz51d5A5oK5JOwEtx+ROt8cfJBL/0=";
19 substituteInPlace Makefile --replace "--static" ""
24 cp build/CuraEngine $out/bin/
28 description = "Engine for processing 3D models into 3D printing instructions";
29 mainProgram = "CuraEngine";
30 homepage = "https://github.com/Ultimaker/CuraEngine";
31 license = licenses.agpl3Plus;
32 platforms = platforms.linux;