about summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorGuilhem Saurel <guilhem.saurel@laas.fr>2024-03-08 21:36:17 +0100
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-03-09 12:42:01 +0100
commit41fcc1d0f36228c3d7861adc77eb7c66539edbf8 (patch)
tree070f2bcd2acf59503617080d262affe4f5e5c4b0 /pkgs/tools/X11
parent57cf2e0b24fb52344cc718913eaed78f389b1319 (diff)
arandr: set meta.mainProgram
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/arandr/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/X11/arandr/default.nix b/pkgs/tools/X11/arandr/default.nix
index 1421b2a028dae..2535f467771c6 100644
--- a/pkgs/tools/X11/arandr/default.nix
+++ b/pkgs/tools/X11/arandr/default.nix
@@ -36,5 +36,6 @@ buildPythonApplication rec {
     description = "A simple visual front end for XRandR";
     license = licenses.gpl3;
     maintainers = with maintainers; [ gepbird ];
+    mainProgram = "arandr";
   };
 }