From acc6248c52f53af020188d2650a5481f43ccfa55 Mon Sep 17 00:00:00 2001 From: Matthew_Cash Date: Sat, 27 Jan 2024 12:23:20 -0800 Subject: [PATCH] python3Packages.autopep8: add meta.mainProgram --- pkgs/development/python-modules/autopep8/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/autopep8/default.nix b/pkgs/development/python-modules/autopep8/default.nix index 9a177d7b4936..4bfffd8a780b 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 ]; }; }