gnu: xorg-server-xwayland: Add missing input.

* gnu/packages/xorg.scm (xorg-server-xwayland)[inputs]: Remove libepoxy,
add wayland-protocols.
This commit is contained in:
Efraim Flashner 2017-03-25 23:19:17 +03:00
parent 6a052473aa
commit ac7a8f1ff8
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -5135,8 +5135,8 @@ (define-public xorg-server-xwayland
(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)