guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: WPE WebKit: Set the Common Platform Enumerat


From: guix-commits
Subject: branch master updated: gnu: WPE WebKit: Set the Common Platform Enumeration (CPE) name.
Date: Sat, 29 Jan 2022 15:37:35 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 08875dd556 gnu: WPE WebKit: Set the Common Platform Enumeration (CPE) 
name.
08875dd556 is described below

commit 08875dd55651d82a5ad4bab94f8f98800986558c
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Jan 29 15:32:34 2022 -0500

    gnu: WPE WebKit: Set the Common Platform Enumeration (CPE) name.
    
    * gnu/packages/webkit.scm (wpewebkit)[properties]: New field.
---
 gnu/packages/webkit.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 6a101331bd..6ab02c0176 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -222,7 +222,8 @@ acceleration in mind, leveraging common 3D graphics APIs 
for best performance.")
       ;; Rendering and JavaScript Engines.
       license:lgpl2.1+
       ;; Others
-      license:bsd-2))))
+      license:bsd-2))
+    (properties '((cpe-name . "wpe_webkit")))))
 
 (define-public webkitgtk
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]