15 buildPythonPackage rec {
21 pname = "brother_ql_next";
23 hash = "sha256-3rTf+4W5KK7zSGIE3bBHXHE0hjyvpjB0IiEtbax6mkU=";
26 propagatedBuildInputs = [
38 description = "Python package for the raster language protocol of the Brother QL series label printers";
40 Python package for the raster language protocol of the Brother QL series label printers
41 (QL-500, QL-550, QL-570, QL-700, QL-710W, QL-720NW, QL-800, QL-820NWB, QL-1050 and more)
43 homepage = "https://github.com/LunarEclipse363/brother_ql_next";
44 license = licenses.gpl3Only;
45 maintainers = with maintainers; [ grahamc ];
46 mainProgram = "brother_ql";