gnu: icedove: Refer to the correct node variable.
* gnu/packages/gnuzilla.scm (icedove)[native-inputs]: Refer to the node rather than node-10.22, as the later no longer exists.master
parent
7313a8aaa0
commit
d0bff5dd6d
|
@ -1460,7 +1460,7 @@ standards of the IceCat project.")
|
|||
("clang" ,clang)
|
||||
("llvm" ,llvm)
|
||||
("nasm" ,nasm)
|
||||
("node" ,node-10.22)
|
||||
("node" ,node)
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)
|
||||
|
|
Reference in New Issue