about summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2023-10-06 05:59:25 +0300
committerIlan Joselevich <personal@ilanjoselevich.com>2023-10-06 16:07:12 +0300
commita9a3caf6169d0704f8519407daf195d47bf2b860 (patch)
tree0ed17cc6bde8cb7ac160ea79f4019157a1be515c /pkgs/tools/X11
parent8c0efbf74f3f4deba1ae5bbb19899a8736b4eb1e (diff)
xsecurelock: set meta.mainProgram
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/xsecurelock/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/X11/xsecurelock/default.nix b/pkgs/tools/X11/xsecurelock/default.nix
index ab8bbf67ca662..25cd8cc24cedf 100644
--- a/pkgs/tools/X11/xsecurelock/default.nix
+++ b/pkgs/tools/X11/xsecurelock/default.nix
@@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
     license = licenses.asl20;
     maintainers = with maintainers; [ fpletz ];
     platforms = platforms.unix;
+    mainProgram = "xsecurelock";
   };
 }