about summary refs log tree commit diff
path: root/pkgs/applications/networking/jxplorer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/jxplorer/default.nix')
-rw-r--r--pkgs/applications/networking/jxplorer/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/jxplorer/default.nix b/pkgs/applications/networking/jxplorer/default.nix
index 7f1a46b37dabf..e64cbaf357b01 100644
--- a/pkgs/applications/networking/jxplorer/default.nix
+++ b/pkgs/applications/networking/jxplorer/default.nix
@@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
     license     = lib.licenses.caossl;
     maintainers = with maintainers; [ benwbooth ];
     platforms   = platforms.linux;
+    mainProgram = "jxplorer";
   };
 }