diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2024-03-19 03:57:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-19 03:57:54 +0100 |
| commit | afa65506cb0b4bed7191223bc693e6779c690a5b (patch) | |
| tree | 572f088a440cd89a23dbdaac138e6d835b3a11e6 /pkgs/development/python-modules/python-barcode | |
| parent | bf8c4dafb6bb8e164f5136b4698f53971dc1235b (diff) | |
| parent | ff1a94e523ae9fb272e0581f068baee5d1068476 (diff) | |
Merge pull request #297084 from stuebinm/trivial-meta-mainprograms
treewide: add meta.mainProgram to (almost) all packages with a single binary
Diffstat (limited to 'pkgs/development/python-modules/python-barcode')
| -rw-r--r-- | pkgs/development/python-modules/python-barcode/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-barcode/default.nix b/pkgs/development/python-modules/python-barcode/default.nix index 1e56b59c1fd4..4c4d9b367993 100644 --- a/pkgs/development/python-modules/python-barcode/default.nix +++ b/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; |
