mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: node: Use license prefix.
* gnu/packages/node.scm (node)[license]: Use prefix for license.
This commit is contained in:
parent
c39092c7b8
commit
7728aa24c5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue