3
5
Fork 0
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:
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

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)