about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/python-barcode/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/python-barcode/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/python-barcode/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/python-barcode/default.nix b/nixpkgs/pkgs/development/python-modules/python-barcode/default.nix
index 1e56b59c1fd4..4c4d9b367993 100644
--- a/nixpkgs/pkgs/development/python-modules/python-barcode/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/python-barcode/default.nix
@@ -44,6 +44,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Create standard barcodes with Python";
+    mainProgram = "python-barcode";
     homepage = "https://github.com/WhyNotHugo/python-barcode";
     changelog = "https://github.com/WhyNotHugo/python-barcode/blob/v${version}/docs/changelog.rst";
     license = licenses.mit;