mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: libxkbcommon: Specify CPE name.
* gnu/packages/xdisorg.scm (libxkbcommon)[properties]: New field.
This commit is contained in:
parent
cb2769f999
commit
709d2fddf7
1 changed files with 2 additions and 1 deletions
|
@ -358,7 +358,8 @@ (define-public libxkbcommon
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue