gnu: WPE WebKit: Set the Common Platform Enumeration (CPE) name.

* gnu/packages/webkit.scm (wpewebkit)[properties]: New field.
This commit is contained in:
Leo Famulari 2022-01-29 15:32:34 -05:00
parent 0442d683c3
commit 08875dd556
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -222,7 +222,8 @@ (define-public wpewebkit
;; Rendering and JavaScript Engines.
license:lgpl2.1+
;; Others
license:bsd-2))))
license:bsd-2))
(properties '((cpe-name . "wpe_webkit")))))
(define-public webkitgtk
(package