[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/14: gnu: node: Use license prefix.
From: |
guix-commits |
Subject: |
03/14: gnu: node: Use license prefix. |
Date: |
Fri, 4 Dec 2020 07:02:28 -0500 (EST) |
jlicht pushed a commit to branch wip-node-14
in repository guix.
commit 66ba746b8392bcbbd9d6279d5bf891294193d797
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Fri Oct 23 22:21:58 2020 +0200
gnu: node: Use license prefix.
* gnu/packages/node.scm (node)[license]: Use prefix for license.
---
gnu/packages/node.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index f04e39b..6b83f7d 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -24,7 +24,7 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages node)
- #:use-module ((guix licenses) #:select (expat))
+ #:use-module ((guix licenses) #:prefix license:)
#:use-module ((guix build utils) #:select (alist-replace))
#:use-module (guix packages)
#:use-module (guix derivations)
@@ -197,7 +197,7 @@ event-driven, non-blocking I/O model that makes it
lightweight and efficient,
perfect for data-intensive real-time applications that run across distributed
devices.")
(home-page "https://nodejs.org/")
- (license expat)
+ (license license:expat)
(properties '((max-silent-time . 7200) ;2h, needed on ARM
(timeout . 21600))))) ;6h
- branch wip-node-14 created (now 9482250), guix-commits, 2020/12/04
- 05/14: gnu: node: Add node-semver-bootstrap., guix-commits, 2020/12/04
- 13/14: gnu: node: Add node-lts, guix-commits, 2020/12/04
- 01/14: build-system: Rewrite node build system., guix-commits, 2020/12/04
- 06/14: gnu: node: Add node-ms-bootstrap., guix-commits, 2020/12/04
- 07/14: gnu: node: Add node-binary-search-bootstrap., guix-commits, 2020/12/04
- 03/14: gnu: node: Use license prefix.,
guix-commits <=
- 02/14: gnu: Add libuv-node, guix-commits, 2020/12/04
- 04/14: gnu: node: Add node-bootstrap., guix-commits, 2020/12/04
- 08/14: gnu: node: Add node-debug-bootstrap., guix-commits, 2020/12/04
- 11/14: gnu: node: Add node-llparse-bootstrap., guix-commits, 2020/12/04
- 09/14: gnu: node: Add node-llparse-builder-bootstrap., guix-commits, 2020/12/04
- 12/14: gnu: node: Add llhttp-bootstrap., guix-commits, 2020/12/04
- 10/14: gnu: node: Add node-llparse-frontend-bootstrap., guix-commits, 2020/12/04
- 14/14: import: Add binary npm importer., guix-commits, 2020/12/04