Unverified Commit 5e133745 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] wayland: Remove `meta.mainProgram` (#407847)

parents 34a4af73 04d53b37
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.