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:
parent
6a052473aa
commit
ac7a8f1ff8
|
@ -5135,8 +5135,8 @@ draggable titlebars and borders.")
|
||||||
(inherit xorg-server)
|
(inherit xorg-server)
|
||||||
(name "xorg-server-xwayland")
|
(name "xorg-server-xwayland")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libepoxy" ,libepoxy)
|
`(("wayland" ,wayland)
|
||||||
("wayland" ,wayland)
|
("wayland-protocols" ,wayland-protocols)
|
||||||
,@(package-inputs xorg-server)))
|
,@(package-inputs xorg-server)))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments xorg-server)
|
(substitute-keyword-arguments (package-arguments xorg-server)
|
||||||
|
|
Loading…
Reference in New Issue