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

wayland: Remove `meta.mainProgram` (#407721)

parents aa49b7d4 ba6e8ff3
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.