From f93a3efa6d4f2482903238e4bbe22eb88d255e05 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 6 Oct 2023 13:50:48 -0400 Subject: [PATCH] autorandr: add meta.mainProgram --- pkgs/tools/misc/autorandr/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/autorandr/default.nix b/pkgs/tools/misc/autorandr/default.nix index 40a22836f77f..ee1d307af422 100644 --- a/pkgs/tools/misc/autorandr/default.nix +++ b/pkgs/tools/misc/autorandr/default.nix @@ -72,5 +72,6 @@ python3.pkgs.buildPythonApplication rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ coroa globin ]; platforms = platforms.unix; + mainProgram = "autorandr"; }; }