summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2023-06-10 15:16:06 +0200
committerMatthieu Coudron <teto@users.noreply.github.com>2023-06-12 01:12:18 +0200
commitc7d4d261e6e69006737b2f3d94b8dda3bddb0f87 (patch)
treeef8efb49bb63ebd661eb352fb904d3585ae56636 /pkgs/tools/wayland
parent66a607d74a58327b7cf64fc0ec8d07a9fcd18c34 (diff)
downloadnixpkgs-c7d4d261e6e69006737b2f3d94b8dda3bddb0f87.tar
nixpkgs-c7d4d261e6e69006737b2f3d94b8dda3bddb0f87.tar.gz
nixpkgs-c7d4d261e6e69006737b2f3d94b8dda3bddb0f87.tar.bz2
nixpkgs-c7d4d261e6e69006737b2f3d94b8dda3bddb0f87.tar.lz
nixpkgs-c7d4d261e6e69006737b2f3d94b8dda3bddb0f87.tar.xz
nixpkgs-c7d4d261e6e69006737b2f3d94b8dda3bddb0f87.tar.zst
nixpkgs-c7d4d261e6e69006737b2f3d94b8dda3bddb0f87.zip
wayland-utils: set mainProgram to wayland-info
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/wayland-utils/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/wayland/wayland-utils/default.nix b/pkgs/tools/wayland/wayland-utils/default.nix
index 7b327b6e6b8..948bb758110 100644
--- a/pkgs/tools/wayland/wayland-utils/default.nix
+++ b/pkgs/tools/wayland/wayland-utils/default.nix
@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
     license = licenses.mit; # Expat version
     platforms = platforms.linux;
     maintainers = with maintainers; [ primeos ];
+    mainProgram = "wayland-info";
   };
 }