Merge pull request #227143 from jchw-forks/change/brother-ql

brother-ql: set meta.mainProgram
This commit is contained in:
figsoda
2023-04-19 18:17:23 -04:00
committed by GitHub
@@ -33,5 +33,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pklaus/brother_ql";
license = licenses.gpl3;
maintainers = with maintainers; [ grahamc ];
mainProgram = "brother_ql";
};
}