wayland: Remove meta.mainProgram (#407721)

This commit is contained in:
Aleksana
2025-05-17 13:02:31 +08:00
committed by GitHub
@@ -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.