about summary refs log tree commit diff
path: root/pkgs/tools/networking/wifish/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/wifish/default.nix')
-rw-r--r--pkgs/tools/networking/wifish/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/wifish/default.nix b/pkgs/tools/networking/wifish/default.nix
index a9e30710c1a2..7f474bc98442 100644
--- a/pkgs/tools/networking/wifish/default.nix
+++ b/pkgs/tools/networking/wifish/default.nix
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://github.com/bougyman/wifish";
     description = "Simple wifi shell script for linux";
+    mainProgram = "wifish";
     license = licenses.wtfpl;
     maintainers = with maintainers; [ AndersonTorres ];
     platforms = with platforms; linux;