mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: WPE WebKit: Set the Common Platform Enumeration (CPE) name.
* gnu/packages/webkit.scm (wpewebkit)[properties]: New field.
This commit is contained in:
parent
0442d683c3
commit
08875dd556
1 changed files with 2 additions and 1 deletions
|
@ -222,7 +222,8 @@ (define-public wpewebkit
|
||||||
;; Rendering and JavaScript Engines.
|
;; Rendering and JavaScript Engines.
|
||||||
license:lgpl2.1+
|
license:lgpl2.1+
|
||||||
;; Others
|
;; Others
|
||||||
license:bsd-2))))
|
license:bsd-2))
|
||||||
|
(properties '((cpe-name . "wpe_webkit")))))
|
||||||
|
|
||||||
(define-public webkitgtk
|
(define-public webkitgtk
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue