gnu: libxkbcommon: Specify CPE name.

* gnu/packages/xdisorg.scm (libxkbcommon)[properties]: New field.
This commit is contained in:
Marius Bakke 2020-09-27 22:46:31 +02:00
parent cb2769f999
commit 709d2fddf7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

@ -358,7 +358,8 @@ system applications; currently that includes Wayland, kmscon, GTK+, Qt,
Clutter, and more. Despite the name, it is not currently used by anything
X11 (yet).")
(license (license:x11-style "file://COPYING"
"See 'COPYING' in the distribution."))))
"See 'COPYING' in the distribution."))
(properties '((cpe-name . "xkbcommon")))))
(define-public libfakekey
(package