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

* gnu/packages/xorg.scm (xorg-server-xwayland)[inputs]: Remove libepoxy,
add wayland-protocols.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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)