Merge pull request #247113 from Scrumplex/various-mainProgram

authored by Artturi and committed by GitHub e5e916df d39659a5

+5
+1
pkgs/applications/audio/mpc/default.nix
··· 58 58 license = licenses.gpl2Plus; 59 59 maintainers = with maintainers; [ AndersonTorres ]; 60 60 platforms = with platforms; unix; 61 + mainProgram = "mpc"; 61 62 }; 62 63 }
+1
pkgs/development/tools/jq/default.nix
··· 76 76 maintainers = with maintainers; [ raskin globin artturin ]; 77 77 platforms = platforms.unix; 78 78 downloadPage = "https://stedolan.github.io/jq/download/"; 79 + mainProgram = "jq"; 79 80 }; 80 81 }
+1
pkgs/misc/brightnessctl/default.nix
··· 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ megheaiulian ]; 24 24 platforms = platforms.linux; 25 + mainProgram = "brightnessctl"; 25 26 }; 26 27 27 28 }
+1
pkgs/tools/wayland/gtklock/default.nix
··· 52 52 license = licenses.gpl3; 53 53 maintainers = with maintainers; [ dit7ya ]; 54 54 platforms = platforms.linux; 55 + mainProgram = "gtklock"; 55 56 }; 56 57 }
+1
pkgs/tools/wayland/wlogout/default.nix
··· 59 59 license = licenses.mit; 60 60 maintainers = with maintainers; [ AndersonTorres ]; 61 61 platforms = platforms.linux; 62 + mainProgram = "wlogout"; 62 63 }; 63 64 } 64 65 # TODO: shell completions