mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue