mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: vlang: Use node-lts instead of node.
* gnu/packages/vlang.scm (vlang)[native-inputs]: Replace node by node-lts. Change-Id: Iaf577f0b9bbd7095392c88c2d2737c0703d3bf96
This commit is contained in:
parent
3602ccfcd3
commit
d4caaf2a92
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@
|
|||
("git" ,git-minimal)
|
||||
;; For the tests.
|
||||
("libx11" ,libx11)
|
||||
("node" ,node)
|
||||
("node" ,node-lts)
|
||||
("openssl" ,openssl)
|
||||
("sqlite" ,sqlite)))
|
||||
(home-page "https://vlang.io/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue