about summary refs log tree commit diff
path: root/pkgs/tools/X11/xob/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/xob/default.nix')
-rw-r--r--pkgs/tools/X11/xob/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/X11/xob/default.nix b/pkgs/tools/X11/xob/default.nix
index 71e50248df979..e6e2fc2730208 100644
--- a/pkgs/tools/X11/xob/default.nix
+++ b/pkgs/tools/X11/xob/default.nix
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     platforms = platforms.unix;
     maintainers = with maintainers; [ florentc ];
+    mainProgram = "xob";
   };
 }