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