gnu: node: Use license prefix.

* gnu/packages/node.scm (node)[license]: Use prefix for license.
This commit is contained in:
Jelle Licht 2021-03-30 01:27:33 -04:00
parent c39092c7b8
commit 7728aa24c5
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -26,7 +26,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)
@ -207,7 +207,7 @@ (define-public node
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