Merge pull request #247095 from ambroisie/meta-main-program
This commit is contained in:
commit
d39659a5e8
10 changed files with 10 additions and 0 deletions
|
@ -31,5 +31,6 @@ buildPythonApplication rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ equirosa dit7ya ];
|
maintainers = with maintainers; [ equirosa dit7ya ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "rofi-rbw";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
firebase-tools = "firebase";
|
firebase-tools = "firebase";
|
||||||
fkill-cli = "fkill";
|
fkill-cli = "fkill";
|
||||||
fleek-cli = "fleek";
|
fleek-cli = "fleek";
|
||||||
|
flood = "flood";
|
||||||
git-run = "gr";
|
git-run = "gr";
|
||||||
gitmoji-cli = "gitmoji";
|
gitmoji-cli = "gitmoji";
|
||||||
graphql-cli = "graphql";
|
graphql-cli = "graphql";
|
||||||
|
|
|
@ -18,5 +18,6 @@ buildGoModule rec {
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
homepage = "https://github.com/drone-runners/drone-runner-docker";
|
homepage = "https://github.com/drone-runners/drone-runner-docker";
|
||||||
description = "Drone pipeline runner that executes builds inside Docker containers";
|
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/
|
# https://polyformproject.org/licenses/small-business/1.0.0/
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ mic92 ];
|
maintainers = with maintainers; [ mic92 ];
|
||||||
|
mainProgram = "drone-runner-exec";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,5 +18,6 @@ buildGoModule rec {
|
||||||
homepage = "https://github.com/drone-runners/drone-runner-ssh";
|
homepage = "https://github.com/drone-runners/drone-runner-ssh";
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
maintainers = teams.c3d2.members;
|
maintainers = teams.c3d2.members;
|
||||||
|
mainProgram = "drone-runner-ssh";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,5 +12,6 @@ buildGoModule {
|
||||||
|
|
||||||
meta = common.meta // {
|
meta = common.meta // {
|
||||||
description = "Command line client for the Woodpecker Continuous Integration server";
|
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/";
|
homepage = "https://store.steampowered.com/";
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.unfreeRedistributable;
|
||||||
maintainers = with maintainers; [ jagajaga jonringer ];
|
maintainers = with maintainers; [ jagajaga jonringer ];
|
||||||
|
mainProgram = "steam";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,5 +31,6 @@ buildGoModule rec {
|
||||||
homepage = "https://github.com/Luzifer/nginx-sso";
|
homepage = "https://github.com/Luzifer/nginx-sso";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ delroth ];
|
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";
|
changelog = "https://github.com/str4d/rage/raw/v${version}/rage/CHANGELOG.md";
|
||||||
license = with licenses; [ asl20 mit ]; # either at your option
|
license = with licenses; [ asl20 mit ]; # either at your option
|
||||||
maintainers = with maintainers; [ marsam ryantm ];
|
maintainers = with maintainers; [ marsam ryantm ];
|
||||||
|
mainProgram = "rage";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -82,5 +82,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.unix ++ platforms.windows;
|
platforms = platforms.unix ++ platforms.windows;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
|
mainProgram = "gawk";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue