me
/
guix
Archived
1
0
Fork 0

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
Maxim Cournoyer 2020-10-19 15:40:42 -04:00
parent 7313a8aaa0
commit d0bff5dd6d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -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)