about summary refs log tree commit diff
path: root/pkgs/applications/editors/viw/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/viw/default.nix')
-rw-r--r--pkgs/applications/editors/viw/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/viw/default.nix b/pkgs/applications/editors/viw/default.nix
index 0ba381901b983..ad47edfe83e4d 100644
--- a/pkgs/applications/editors/viw/default.nix
+++ b/pkgs/applications/editors/viw/default.nix
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/lpan/viw";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ AndersonTorres ];
+    mainProgram = "viw";
   };
 }