Commit 04d53b37 authored by Jan Tojnar's avatar Jan Tojnar Committed by github-actions[bot]
Browse files

wayland: Remove `meta.mainProgram`

This has been missed in 921bd99f,
when that binary has been split out into an eponymous package.
The package does not contain any executable programs any more.

(cherry picked from commit ba6e8ff3)
parent 2a41154f
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.