about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/unrpa/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/unrpa/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/unrpa/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/unrpa/default.nix b/nixpkgs/pkgs/development/python-modules/unrpa/default.nix
index eeddbd1d6b62..f02056506b11 100644
--- a/nixpkgs/pkgs/development/python-modules/unrpa/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/unrpa/default.nix
@@ -30,6 +30,7 @@ buildPythonPackage rec {
     homepage = "https://github.com/Lattyware/unrpa";
     changelog = "https://github.com/Lattyware/unrpa/releases/tag/${version}";
     description = "A program to extract files from the RPA archive format";
+    mainProgram = "unrpa";
     license = licenses.gpl3;
     maintainers = with maintainers; [ leo60228 ];
   };