mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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.
This commit is contained in:
parent
7313a8aaa0
commit
d0bff5dd6d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue