2 , buildPythonApplication
13 buildPythonApplication rec {
14 pname = "sl1-to-photon";
17 src = fetchFromGitHub {
20 rev = "7edc6ea99818622f5d49ac7af80ddd4916b8c19f";
21 sha256 = "ssFfjlBMi3FHosDBUA2gs71VUIBkEdPVcV3STNxmOIM=";
24 pythonPath = [ pyphotonfile pillow numpy pyside2 shiboken2 ];
26 format = "setuptools";
27 dontUseSetuptoolsCheck = true;
30 install -D -m 0755 SL1_to_Photon.py $out/bin/${pname}
34 maintainers = [ maintainers.cab404 ];
35 license = licenses.gpl3Plus;
36 description = "Tool for converting Slic3r PE's SL1 files to Photon files for the Anycubic Photon 3D-Printer";
37 homepage = "https://github.com/cab404/SL1toPhoton";
38 mainProgram = "sl1-to-photon";