about summary refs log tree commit diff
path: root/pkgs/applications/misc/archiver
diff options
context:
space:
mode:
authorShamrock Lee <44064051+ShamrockLee@users.noreply.github.com>2021-07-31 14:17:45 +0800
committerShamrock Lee <44064051+ShamrockLee@users.noreply.github.com>2021-07-31 14:17:45 +0800
commitf4491a0f38b0d8b591c7e35adcf19bc552664a52 (patch)
treea37b62c5d6acd5e63dca070c5ff073c29df494f2 /pkgs/applications/misc/archiver
parenta15d1624c2beb685d1dee2a23836e1e74cb6c2e3 (diff)
archiver: add meta.mainProgram
Diffstat (limited to 'pkgs/applications/misc/archiver')
-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 1691ab0736105..4d46047bb964e 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 ];
   };