guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: node: Add cpe-name.


From: guix-commits
Subject: 01/05: gnu: node: Add cpe-name.
Date: Mon, 15 Nov 2021 16:46:12 -0500 (EST)

jlicht pushed a commit to branch master
in repository guix.

commit a69076e7921963e6931e0d5628ac99900f2bc796
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Mon Nov 15 21:38:16 2021 +0100

    gnu: node: Add cpe-name.
    
    * gnu/packages/node.scm (node)[properties]: Add cpe-name.
---
 gnu/packages/node.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index d0ffe8a..ca8db58 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]