summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-10-19 15:40:42 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-10-19 15:41:49 -0400
commitd0bff5dd6dbfa89b7360c0f3fa5a77f73c496cb0 (patch)
tree41964568110277e9120cf7ba053d3fe07a32f4d0
parent7313a8aaa0f66cda9eb40aa481049e04c7a4bf9d (diff)
downloadguix-patches-d0bff5dd6dbfa89b7360c0f3fa5a77f73c496cb0.tar
guix-patches-d0bff5dd6dbfa89b7360c0f3fa5a77f73c496cb0.tar.gz
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.
-rw-r--r--gnu/packages/gnuzilla.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 20aa77e2ad..e619271409 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -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)