gnu: icecat: Refer to the correct node variable.
* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Refer to the node rather than node-10.22, as the later no longer exists.
This commit is contained in:
parent
4d739cc765
commit
7313a8aaa0
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ from forcing GEXP-PROMISE."
|
||||||
("llvm" ,llvm)
|
("llvm" ,llvm)
|
||||||
("clang" ,clang)
|
("clang" ,clang)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("node" ,node-10.22)
|
("node" ,node)
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
("python-2" ,python-2)
|
("python-2" ,python-2)
|
||||||
("python2-pysqlite" ,python2-pysqlite)
|
("python2-pysqlite" ,python2-pysqlite)
|
||||||
|
|
Reference in a new issue