mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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 @@ (define-public icecat
|
||||||
("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)
|
||||||
|
|
Loading…
Reference in a new issue