newsboat: Only install useful binaries in package (#367657)

This commit is contained in:
Ramses
2024-12-24 22:04:52 +01:00
committed by GitHub
+7
View File
@@ -99,6 +99,13 @@ rustPlatform.buildRustPackage rec {
updateScript = nix-update-script { };
};
installPhase = ''
runHook preInstall
install -Dm755 newsboat $out/bin/newsboat
install -Dm755 podboat $out/bin/podboat
runHook postInstall
'';
meta = {
homepage = "https://newsboat.org/";
changelog = "https://github.com/newsboat/newsboat/blob/${src.rev}/CHANGELOG.md";