summary refs log tree commit diff
path: root/pkgs/applications/misc/archiver/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/archiver/default.nix')
-rw-r--r--pkgs/applications/misc/archiver/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/archiver/default.nix b/pkgs/applications/misc/archiver/default.nix
index 1691ab07361..4d46047bb96 100644
--- a/pkgs/applications/misc/archiver/default.nix
+++ b/pkgs/applications/misc/archiver/default.nix
@@ -23,6 +23,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Easily create & extract archives, and compress & decompress files of various formats";
     homepage = "https://github.com/mholt/archiver";
+    mainProgram = "arc";
     license = licenses.mit;
     maintainers = with maintainers; [ kalbasit ];
   };