efraim pushed a commit to branch core-updates
in repository guix.

commit ac7a8f1ff82a5d3eb0d215721f1995c192a70f02
Author: Efraim Flashner <[email protected]>
Date:   Sat Mar 25 23:19:17 2017 +0300

    gnu: xorg-server-xwayland: Add missing input.
    
    * gnu/packages/xorg.scm (xorg-server-xwayland)[inputs]: Remove libepoxy,
    add wayland-protocols.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index def1bbb..003f0f4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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)

Reply via email to