From e58fea0a2bc7d3975d9f02f3983059e4176baff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sat, 9 Dec 2023 17:15:05 +0100 Subject: [PATCH] protonup-ng: add `mainProgram`, fixing `nix run` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- pkgs/development/python-modules/protonup-ng/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/protonup-ng/default.nix b/pkgs/development/python-modules/protonup-ng/default.nix index f79285ce96a7..62a7d2ce53c3 100644 --- a/pkgs/development/python-modules/protonup-ng/default.nix +++ b/pkgs/development/python-modules/protonup-ng/default.nix @@ -25,5 +25,6 @@ buildPythonPackage rec { description = "CLI program and API to automate the installation and update of GloriousEggroll's Proton-GE"; license = licenses.gpl3Only; maintainers = with maintainers; [ Madouura ]; + mainProgram = "protonup"; }; }