From ba6e8ff3d877011ddd5cf17932990dcf93ff203d Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 16 May 2025 22:11:03 +0200 Subject: [PATCH] wayland: Remove `meta.mainProgram` This has been missed in 921bd99f8de553bd45be0ed298619589f2b7fee4, when that binary has been split out into an eponymous package. The package does not contain any executable programs any more. --- pkgs/development/libraries/wayland/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/wayland/default.nix b/pkgs/development/libraries/wayland/default.nix index 518fd31e2ffa..388184f03da0 100644 --- a/pkgs/development/libraries/wayland/default.nix +++ b/pkgs/development/libraries/wayland/default.nix @@ -105,7 +105,6 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Core Wayland window system code and protocol"; - mainProgram = "wayland-scanner"; longDescription = '' Wayland is a project to define a protocol for a compositor to talk to its clients as well as a library implementation of the protocol.