about summary refs log tree commit diff
path: root/pkgs/tools/misc/autorandr
diff options
context:
space:
mode:
authorInfinidoge <infinidoge@inx.moe>2023-10-06 13:50:48 -0400
committerYaya <github@uwu.is>2023-10-06 21:10:19 +0200
commitf93a3efa6d4f2482903238e4bbe22eb88d255e05 (patch)
tree18e1be0644ed9165f86a522684f4fbfe869c9f96 /pkgs/tools/misc/autorandr
parentbd1cf55f63d58a319ac09562caaa4bf4f427465b (diff)
downloadnixlib-f93a3efa6d4f2482903238e4bbe22eb88d255e05.tar
nixlib-f93a3efa6d4f2482903238e4bbe22eb88d255e05.tar.gz
nixlib-f93a3efa6d4f2482903238e4bbe22eb88d255e05.tar.bz2
nixlib-f93a3efa6d4f2482903238e4bbe22eb88d255e05.tar.lz
nixlib-f93a3efa6d4f2482903238e4bbe22eb88d255e05.tar.xz
nixlib-f93a3efa6d4f2482903238e4bbe22eb88d255e05.tar.zst
nixlib-f93a3efa6d4f2482903238e4bbe22eb88d255e05.zip
autorandr: add meta.mainProgram
Diffstat (limited to 'pkgs/tools/misc/autorandr')
-rw-r--r--pkgs/tools/misc/autorandr/default.nix1
1 files changed, 1 insertions, 0 deletions
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";
   };
 }