mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: firefox: Switch to node as it's now version 10.22.
* nongnu/packages/mozilla.scm (firefox)[native-inputs]: Use `node` as it was updated to 10.22 and `node-10.22` got removed.
This commit is contained in:
parent
905e67b5bf
commit
05107f1b94
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@
|
|||
("llvm" ,llvm)
|
||||
("m4" ,m4)
|
||||
("nasm" ,nasm)
|
||||
("node" ,node-10.22)
|
||||
("node" ,node)
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)
|
||||
|
|
Loading…
Reference in a new issue