From cb441dc8d7df39a11daa98bbb3075180e9481dd6 Mon Sep 17 00:00:00 2001 From: wxt <3264117476@qq.com> Date: Sat, 17 May 2025 11:22:42 +0800 Subject: [PATCH] feishu: add mainProgram --- pkgs/by-name/fe/feishu/package.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fe/feishu/package.nix b/pkgs/by-name/fe/feishu/package.nix index f7cd433ff0c0..aadc186af103 100644 --- a/pkgs/by-name/fe/feishu/package.nix +++ b/pkgs/by-name/fe/feishu/package.nix @@ -223,12 +223,13 @@ stdenv.mkDerivation { ''; }; - meta = with lib; { + meta = { description = "All-in-one collaboration suite"; homepage = "https://www.feishu.cn/en/"; downloadPage = "https://www.feishu.cn/en/#en_home_download_block"; - license = licenses.unfree; + license = lib.licenses.unfree; platforms = supportedPlatforms; - maintainers = with maintainers; [ billhuang ]; + maintainers = with lib.maintainers; [ billhuang ]; + mainProgram = "bytedance-feishu"; }; }