~ruther/guix-local

ac7a8f1ff82a5d3eb0d215721f1995c192a70f02 — Efraim Flashner 9 years ago 6a05247
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)