mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02: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:
@@ -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/")
|
||||
|
||||
Reference in New Issue
Block a user