From 1eb302a63045772d87e276abbdb5e7e35d769549 Mon Sep 17 00:00:00 2001 From: John Chadwick Date: Wed, 19 Apr 2023 17:28:15 -0400 Subject: [PATCH] brother-ql: set meta.mainProgram --- pkgs/development/python-modules/brother-ql/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/brother-ql/default.nix b/pkgs/development/python-modules/brother-ql/default.nix index c7b727c73a5f..f6cfe5868209 100644 --- a/pkgs/development/python-modules/brother-ql/default.nix +++ b/pkgs/development/python-modules/brother-ql/default.nix @@ -33,5 +33,6 @@ buildPythonPackage rec { homepage = "https://github.com/pklaus/brother_ql"; license = licenses.gpl3; maintainers = with maintainers; [ grahamc ]; + mainProgram = "brother_ql"; }; }