[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: libxkbcommon: Specify CPE name.
From: |
guix-commits |
Subject: |
04/04: gnu: libxkbcommon: Specify CPE name. |
Date: |
Sun, 27 Sep 2020 18:51:20 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 709d2fddf79d6c359c07044e471715e6b3f0b452
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Sep 27 22:46:31 2020 +0200
gnu: libxkbcommon: Specify CPE name.
* gnu/packages/xdisorg.scm (libxkbcommon)[properties]: New field.
---
gnu/packages/xdisorg.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 44f903c..bbbbd0d 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