brother-ql: set meta.mainProgram

This commit is contained in:
John Chadwick 2023-04-19 17:28:15 -04:00
parent f9c79b1eff
commit 1eb302a630

View file

@ -33,5 +33,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pklaus/brother_ql";
license = licenses.gpl3;
maintainers = with maintainers; [ grahamc ];
mainProgram = "brother_ql";
};
}