gnu: node: Add cpe-name.

* gnu/packages/node.scm (node)[properties]: Add cpe-name.
This commit is contained in:
Jelle Licht 2021-11-15 21:38:16 +01:00
parent 847f2ae859
commit a69076e792
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 3 additions and 2 deletions

View File

@ -273,8 +273,9 @@ perfect for data-intensive real-time applications that run across distributed
devices.")
(home-page "https://nodejs.org/")
(license license:expat)
(properties '((max-silent-time . 7200) ;2h, needed on ARM
(timeout . 21600))))) ;6h
(properties '((max-silent-time . 7200) ;2h, needed on ARM
(timeout . 21600) ;6h
(cpe-name . "node.js")))))
;; This should be the latest version of node that still builds without
;; depending on llhttp.