mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
gns3-server: add meta.mainProgram
This commit is contained in:
parent
6b1d5cdde1
commit
029eb4785b
@ -85,5 +85,6 @@ python3.pkgs.buildPythonApplication {
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ anthonyroussel ];
|
||||
mainProgram = "gns3server";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user