gnu: xorg-server-xwayland: Add missing input. * gnu/packages/xorg.scm (xorg-server-xwayland)[inputs]: Remove libepoxy, add wayland-protocols.
1 files changed, 2 insertions(+), 2 deletions(-) M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +2 -2
@@ 5135,8 5135,8 @@ draggable titlebars and borders.") (inherit xorg-server) (name "xorg-server-xwayland") (inputs `(("libepoxy" ,libepoxy) ("wayland" ,wayland) `(("wayland" ,wayland) ("wayland-protocols" ,wayland-protocols) ,@(package-inputs xorg-server))) (arguments (substitute-keyword-arguments (package-arguments xorg-server)