about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-11 13:59:18 +0100
committerGitHub <noreply@github.com>2023-12-11 13:59:18 +0100
commit350930355b50364dbe08d102a7782e65cc52dae5 (patch)
treef73c491fa3df181827579382bf3bc59d0e24da3d /pkgs/applications
parent608788958eb85fb2663b33d4043350d41cf903ca (diff)
parentde4942fcf0360455510904a48bf2127769c139df (diff)
Merge pull request #273504 from xrelkd/update/leftwm
leftwm: add `meta.mainProgram`
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/leftwm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/leftwm/default.nix b/pkgs/applications/window-managers/leftwm/default.nix
index bbf1cefacd4ca..ea2a41413a08d 100644
--- a/pkgs/applications/window-managers/leftwm/default.nix
+++ b/pkgs/applications/window-managers/leftwm/default.nix
@@ -41,5 +41,6 @@ rustPlatform.buildRustPackage rec {
     platforms = lib.platforms.linux;
     maintainers = with lib.maintainers; [ yanganto ];
     changelog = "https://github.com/leftwm/leftwm/blob/${version}/CHANGELOG.md";
+    mainProgram = "leftwm";
   };
 }