From 936602b87313eb90840ecc71f4a68dc548b644f5 Mon Sep 17 00:00:00 2001 From: "Markus S. Wamser" Date: Fri, 19 Jan 2024 09:08:55 +0100 Subject: [PATCH] lapce: add meta.mainProgram --- pkgs/applications/editors/lapce/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/lapce/default.nix b/pkgs/applications/editors/lapce/default.nix index 3efa3acaa939..dce0ad168106 100644 --- a/pkgs/applications/editors/lapce/default.nix +++ b/pkgs/applications/editors/lapce/default.nix @@ -131,5 +131,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/lapce/lapce"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ elliot ]; + mainProgram = "lapce"; }; }