chore: set meta.mainProgram for a few packages

This commit is contained in:
Kiara Grouwstra
2025-01-03 00:10:39 +01:00
parent 963eec7f5a
commit 8aefa43785
3 changed files with 3 additions and 0 deletions
@@ -165,6 +165,7 @@ buildPythonApplication rec {
meta = {
description = "Interactive terminal multitool for tabular data";
mainProgram = "visidata";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [
raskin
+1
View File
@@ -237,6 +237,7 @@ stdenv.mkDerivation rec {
plist and archive formats, perl storable data and gpg encrypted files.
This does require additional helper programs being installed.
'';
mainProgram = "lesspipe.sh";
homepage = "https://github.com/wofr06/lesspipe";
platforms = platforms.all;
license = licenses.gpl2Only;
+1
View File
@@ -638,6 +638,7 @@ let
meta = with lib; {
description = "OpenAI alternative to run local LLMs, image and audio generation";
mainProgram = "local-ai";
homepage = "https://localai.io";
license = licenses.mit;
maintainers = with maintainers; [