newsboat: Only install useful binaries in package

This commit is contained in:
Dionysis Grigoropoulos
2024-12-23 16:31:23 +02:00
parent 0e2d2f87f0
commit 5bf9e8fd84
+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";