@@ -33,6 +33,7 @@
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 qblade <qblade@protonmail.com>
;;; Copyright © 2021 Lu Hui <luhux76@gmail.com>
+;;; Copyright © 2022 Xinglu Chen <public@yoctocell.xyz>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -5520,6 +5521,8 @@ (define-public xorg-server-xwayland
(lambda _
(substitute* (find-files "." "\\.c$")
(("/bin/sh") (which "sh"))))))))
+ (properties
+ '((repology-name . "xwayland")))
(synopsis "Xorg server with Wayland backend")
(description "Xwayland is an X server for running X clients under
Wayland.")