diff options
author | Marius Bakke <marius@gnu.org> | 2020-09-27 22:46:31 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-09-28 00:46:21 +0200 |
commit | 709d2fddf79d6c359c07044e471715e6b3f0b452 (patch) | |
tree | 263923d353a1b430818afc6360074b392bd744e6 | |
parent | cb2769f9999d70dfcb0d9afa90cd1f1411ea43b9 (diff) |
gnu: libxkbcommon: Specify CPE name.
* gnu/packages/xdisorg.scm (libxkbcommon)[properties]: New field.
-rw-r--r-- | gnu/packages/xdisorg.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 44f903ccb0..bbbbd0d7f5 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -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 |