Merge pull request #247095 from ambroisie/meta-main-program

authored by Artturi and committed by GitHub d39659a5 80a2387e

+10
+1
pkgs/applications/misc/rofi-rbw/default.nix
··· 31 31 license = licenses.mit; 32 32 maintainers = with maintainers; [ equirosa dit7ya ]; 33 33 platforms = platforms.linux; 34 + mainProgram = "rofi-rbw"; 34 35 }; 35 36 }
+1
pkgs/development/node-packages/main-programs.nix
··· 47 47 firebase-tools = "firebase"; 48 48 fkill-cli = "fkill"; 49 49 fleek-cli = "fleek"; 50 + flood = "flood"; 50 51 git-run = "gr"; 51 52 gitmoji-cli = "gitmoji"; 52 53 graphql-cli = "graphql";
+1
pkgs/development/tools/continuous-integration/drone-runner-docker/default.nix
··· 18 18 license = licenses.unfreeRedistributable; 19 19 homepage = "https://github.com/drone-runners/drone-runner-docker"; 20 20 description = "Drone pipeline runner that executes builds inside Docker containers"; 21 + mainProgram = "drone-runner-docker"; 21 22 }; 22 23 }
+1
pkgs/development/tools/continuous-integration/drone-runner-exec/default.nix
··· 22 22 # https://polyformproject.org/licenses/small-business/1.0.0/ 23 23 license = licenses.unfree; 24 24 maintainers = with maintainers; [ mic92 ]; 25 + mainProgram = "drone-runner-exec"; 25 26 }; 26 27 }
+1
pkgs/development/tools/continuous-integration/drone-runner-ssh/default.nix
··· 18 18 homepage = "https://github.com/drone-runners/drone-runner-ssh"; 19 19 license = licenses.unfreeRedistributable; 20 20 maintainers = teams.c3d2.members; 21 + mainProgram = "drone-runner-ssh"; 21 22 }; 22 23 }
+1
pkgs/development/tools/continuous-integration/woodpecker/cli.nix
··· 12 12 13 13 meta = common.meta // { 14 14 description = "Command line client for the Woodpecker Continuous Integration server"; 15 + mainProgram = "woodpecker-cli"; 15 16 }; 16 17 }
+1
pkgs/games/steam/steam.nix
··· 49 49 homepage = "https://store.steampowered.com/"; 50 50 license = licenses.unfreeRedistributable; 51 51 maintainers = with maintainers; [ jagajaga jonringer ]; 52 + mainProgram = "steam"; 52 53 }; 53 54 }
+1
pkgs/servers/nginx-sso/default.nix
··· 31 31 homepage = "https://github.com/Luzifer/nginx-sso"; 32 32 license = licenses.asl20; 33 33 maintainers = with maintainers; [ delroth ]; 34 + mainProgram = "nginx-sso"; 34 35 }; 35 36 }
+1
pkgs/tools/security/rage/default.nix
··· 46 46 changelog = "https://github.com/str4d/rage/raw/v${version}/rage/CHANGELOG.md"; 47 47 license = with licenses; [ asl20 mit ]; # either at your option 48 48 maintainers = with maintainers; [ marsam ryantm ]; 49 + mainProgram = "rage"; 49 50 }; 50 51 }
+1
pkgs/tools/text/gawk/default.nix
··· 82 82 license = licenses.gpl3Plus; 83 83 platforms = platforms.unix ++ platforms.windows; 84 84 maintainers = [ ]; 85 + mainProgram = "gawk"; 85 86 }; 86 87 }