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:
Maxim Cournoyer 2020-10-19 15:39:07 -04:00
parent 4d739cc765
commit 7313a8aaa0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -791,7 +791,7 @@ (define-public icecat
("llvm" ,llvm)
("clang" ,clang)
("perl" ,perl)
("node" ,node-10.22)
("node" ,node)
("python" ,python)
("python-2" ,python-2)
("python2-pysqlite" ,python2-pysqlite)