about summary refs log tree commit diff
path: root/pkgs/applications/networking/jnetmap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/jnetmap/default.nix')
-rw-r--r--pkgs/applications/networking/jnetmap/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/jnetmap/default.nix b/pkgs/applications/networking/jnetmap/default.nix
index 8aea49decb7e..b3c90beba36d 100644
--- a/pkgs/applications/networking/jnetmap/default.nix
+++ b/pkgs/applications/networking/jnetmap/default.nix
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Graphical network monitoring and documentation tool";
+    mainProgram = "jnetmap";
     homepage = "http://www.rakudave.ch/jnetmap/";
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.gpl3Plus;