mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #247095 from ambroisie/meta-main-program
This commit is contained in:
commit
d39659a5e8
@ -31,5 +31,6 @@ buildPythonApplication rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ equirosa dit7ya ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "rofi-rbw";
|
||||
};
|
||||
}
|
||||
|
@ -47,6 +47,7 @@
|
||||
firebase-tools = "firebase";
|
||||
fkill-cli = "fkill";
|
||||
fleek-cli = "fleek";
|
||||
flood = "flood";
|
||||
git-run = "gr";
|
||||
gitmoji-cli = "gitmoji";
|
||||
graphql-cli = "graphql";
|
||||
|
@ -18,5 +18,6 @@ buildGoModule rec {
|
||||
license = licenses.unfreeRedistributable;
|
||||
homepage = "https://github.com/drone-runners/drone-runner-docker";
|
||||
description = "Drone pipeline runner that executes builds inside Docker containers";
|
||||
mainProgram = "drone-runner-docker";
|
||||
};
|
||||
}
|
||||
|
@ -22,5 +22,6 @@ buildGoModule rec {
|
||||
# https://polyformproject.org/licenses/small-business/1.0.0/
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ mic92 ];
|
||||
mainProgram = "drone-runner-exec";
|
||||
};
|
||||
}
|
||||
|
@ -18,5 +18,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/drone-runners/drone-runner-ssh";
|
||||
license = licenses.unfreeRedistributable;
|
||||
maintainers = teams.c3d2.members;
|
||||
mainProgram = "drone-runner-ssh";
|
||||
};
|
||||
}
|
||||
|
@ -12,5 +12,6 @@ buildGoModule {
|
||||
|
||||
meta = common.meta // {
|
||||
description = "Command line client for the Woodpecker Continuous Integration server";
|
||||
mainProgram = "woodpecker-cli";
|
||||
};
|
||||
}
|
||||
|
@ -49,5 +49,6 @@ in stdenv.mkDerivation {
|
||||
homepage = "https://store.steampowered.com/";
|
||||
license = licenses.unfreeRedistributable;
|
||||
maintainers = with maintainers; [ jagajaga jonringer ];
|
||||
mainProgram = "steam";
|
||||
};
|
||||
}
|
||||
|
@ -31,5 +31,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/Luzifer/nginx-sso";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ delroth ];
|
||||
mainProgram = "nginx-sso";
|
||||
};
|
||||
}
|
||||
|
@ -46,5 +46,6 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/str4d/rage/raw/v${version}/rage/CHANGELOG.md";
|
||||
license = with licenses; [ asl20 mit ]; # either at your option
|
||||
maintainers = with maintainers; [ marsam ryantm ];
|
||||
mainProgram = "rage";
|
||||
};
|
||||
}
|
||||
|
@ -82,5 +82,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
maintainers = [ ];
|
||||
mainProgram = "gawk";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user