11 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-MAA1WtGED6lvU6N4BE6wwY1aYaFrCq/gkmQFz3VWqNA=";
24 sed -i 's#''${Python3_SITEARCH}#${placeholder "out"}/${python.sitePackages}#' cmake/SIPMacros.cmake
27 nativeBuildInputs = [ cmake ];
29 propagatedBuildInputs = [ sip4 ];
31 disabled = pythonOlder "3.4.0";
34 description = "C++ implementation of 3mf loading with SIP python bindings";
35 homepage = "https://github.com/Ultimaker/libSavitar";
36 license = licenses.lgpl3Plus;
37 platforms = platforms.unix;
38 maintainers = with maintainers; [