about summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-06 21:59:46 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-08 22:10:59 +0100
commit029eb4785be2a97be89043b178ad524fde3d5691 (patch)
treea98aff1b3f1161e13827f2775a133bfd8d9a57c4 /pkgs/applications/networking/gns3
parent6b1d5cdde1b98a4c3409f1529d6d55b33540d7f2 (diff)
gns3-server: add meta.mainProgram
Diffstat (limited to 'pkgs/applications/networking/gns3')
-rw-r--r--pkgs/applications/networking/gns3/server.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/gns3/server.nix b/pkgs/applications/networking/gns3/server.nix
index 8075402c095b1..6223204b07955 100644
--- a/pkgs/applications/networking/gns3/server.nix
+++ b/pkgs/applications/networking/gns3/server.nix
@@ -85,5 +85,6 @@ python3.pkgs.buildPythonApplication {
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ anthonyroussel ];
+    mainProgram = "gns3server";
   };
 }