From 6358d98704567a129314f700f1a35724c3358a0f Mon Sep 17 00:00:00 2001 From: Mirko Lenz Date: Fri, 27 Sep 2024 11:00:05 +0200 Subject: [PATCH] ulauncher: add mainProgram --- pkgs/applications/misc/ulauncher/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/ulauncher/default.nix b/pkgs/applications/misc/ulauncher/default.nix index 438277bc98cd..cf3a6a46f9de 100644 --- a/pkgs/applications/misc/ulauncher/default.nix +++ b/pkgs/applications/misc/ulauncher/default.nix @@ -121,6 +121,7 @@ python3Packages.buildPythonApplication rec { homepage = "https://ulauncher.io/"; license = licenses.gpl3; platforms = platforms.linux; + mainProgram = "ulauncher"; maintainers = with maintainers; [ aaronjanse sebtm ]; }; }