summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-29 15:32:34 -0500
committerLeo Famulari <leo@famulari.name>2022-01-29 15:37:17 -0500
commit08875dd55651d82a5ad4bab94f8f98800986558c (patch)
tree691be0704a3786526167e4c936359f27e57ebd63
parent0442d683c3898a7e133fba6ddc9aafdc42d905d3 (diff)
downloadguix-patches-08875dd55651d82a5ad4bab94f8f98800986558c.tar
guix-patches-08875dd55651d82a5ad4bab94f8f98800986558c.tar.gz
gnu: WPE WebKit: Set the Common Platform Enumeration (CPE) name.
* gnu/packages/webkit.scm (wpewebkit)[properties]: New field.
-rw-r--r--gnu/packages/webkit.scm3
1 files changed, 2 insertions, 1 deletions
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