about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-29 21:58:13 +0100
committerGitHub <noreply@github.com>2024-01-29 21:58:13 +0100
commit08cdbf1b4644b570c9ac6a3989e8db74a7ebd75d (patch)
treed8d31f57c1b8dfea46de13f4ab46827bff306f28 /pkgs
parent9c05035166dea7b14865e92359ef9d71a5aa823a (diff)
parentacc6248c52f53af020188d2650a5481f43ccfa55 (diff)
Merge pull request #284328 from MatthewCash/add-autopep8-mainProgram
python3Packages.autopep8: add meta.mainProgram
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/autopep8/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/autopep8/default.nix b/pkgs/development/python-modules/autopep8/default.nix
index 9a177d7b49366..4bfffd8a780b3 100644
--- a/pkgs/development/python-modules/autopep8/default.nix
+++ b/pkgs/development/python-modules/autopep8/default.nix
@@ -40,6 +40,7 @@ buildPythonPackage rec {
     description = "A tool that automatically formats Python code to conform to the PEP 8 style guide";
     homepage = "https://github.com/hhatto/autopep8";
     license = licenses.mit;
+    mainProgram = "autopep8";
     maintainers = with maintainers; [ bjornfor ];
   };
 }