gnu: libxkbcommon: Specify CPE name.
* gnu/packages/xdisorg.scm (libxkbcommon)[properties]: New field.master
parent
cb2769f999
commit
709d2fddf7
|
@ -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
|
Clutter, and more. Despite the name, it is not currently used by anything
|
||||||
X11 (yet).")
|
X11 (yet).")
|
||||||
(license (license:x11-style "file://COPYING"
|
(license (license:x11-style "file://COPYING"
|
||||||
"See 'COPYING' in the distribution."))))
|
"See 'COPYING' in the distribution."))
|
||||||
|
(properties '((cpe-name . "xkbcommon")))))
|
||||||
|
|
||||||
(define-public libfakekey
|
(define-public libfakekey
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue