mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: node: Add cpe-name.
* gnu/packages/node.scm (node)[properties]: Add cpe-name.
This commit is contained in:
parent
847f2ae859
commit
a69076e792
1 changed files with 3 additions and 2 deletions
|
@ -273,8 +273,9 @@ (define-public node
|
||||||
devices.")
|
devices.")
|
||||||
(home-page "https://nodejs.org/")
|
(home-page "https://nodejs.org/")
|
||||||
(license license:expat)
|
(license license:expat)
|
||||||
(properties '((max-silent-time . 7200) ;2h, needed on ARM
|
(properties '((max-silent-time . 7200) ;2h, needed on ARM
|
||||||
(timeout . 21600))))) ;6h
|
(timeout . 21600) ;6h
|
||||||
|
(cpe-name . "node.js")))))
|
||||||
|
|
||||||
;; This should be the latest version of node that still builds without
|
;; This should be the latest version of node that still builds without
|
||||||
;; depending on llhttp.
|
;; depending on llhttp.
|
||||||
|
|
Loading…
Reference in a new issue