about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-09-25 11:44:39 +0000
committerAlyssa Ross <hi@alyssa.is>2023-09-25 12:41:28 +0000
commit7bcb119e9a728198ce15e446d97bcb81f832773c (patch)
tree5dd31facc6b22806bad5a2f038f5231769516e81
parentddccd7aa5558744f294f0ed1fb1f40d3bb5b1300 (diff)
lynx.meta.mainProgram: init
-rw-r--r--pkgs/applications/networking/browsers/lynx/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/lynx/default.nix b/pkgs/applications/networking/browsers/lynx/default.nix
index e2d6854295a5f..0a41ad0feb262 100644
--- a/pkgs/applications/networking/browsers/lynx/default.nix
+++ b/pkgs/applications/networking/browsers/lynx/default.nix
@@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A text-mode web browser";
     homepage = "https://lynx.invisible-island.net/";
+    mainProgram = "lynx";
     maintainers = with maintainers; [ ];
     license = licenses.gpl2Plus;
     platforms = platforms.unix;