treewide: add meta.mainProgram

Related PR: NixOS#246386
This commit is contained in:
Bruno BELANYI 2023-08-04 10:32:10 +00:00
parent 69a04542c7
commit feac9edf6a
10 changed files with 10 additions and 0 deletions

View file

@ -31,5 +31,6 @@ buildPythonApplication rec {
license = licenses.mit;
maintainers = with maintainers; [ equirosa dit7ya ];
platforms = platforms.linux;
mainProgram = "rofi-rbw";
};
}

View file

@ -47,6 +47,7 @@
firebase-tools = "firebase";
fkill-cli = "fkill";
fleek-cli = "fleek";
flood = "flood";
git-run = "gr";
gitmoji-cli = "gitmoji";
graphql-cli = "graphql";

View file

@ -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";
};
}

View file

@ -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";
};
}

View file

@ -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";
};
}

View file

@ -12,5 +12,6 @@ buildGoModule {
meta = common.meta // {
description = "Command line client for the Woodpecker Continuous Integration server";
mainProgram = "woodpecker-cli";
};
}

View file

@ -49,5 +49,6 @@ in stdenv.mkDerivation {
homepage = "https://store.steampowered.com/";
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ jagajaga jonringer ];
mainProgram = "steam";
};
}

View file

@ -31,5 +31,6 @@ buildGoModule rec {
homepage = "https://github.com/Luzifer/nginx-sso";
license = licenses.asl20;
maintainers = with maintainers; [ delroth ];
mainProgram = "nginx-sso";
};
}

View file

@ -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";
};
}

View file

@ -82,5 +82,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.unix ++ platforms.windows;
maintainers = [ ];
mainProgram = "gawk";
};
}