diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-10-19 15:40:42 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-10-19 15:41:49 -0400 |
commit | d0bff5dd6dbfa89b7360c0f3fa5a77f73c496cb0 (patch) | |
tree | 41964568110277e9120cf7ba053d3fe07a32f4d0 /gnu | |
parent | 7313a8aaa0f66cda9eb40aa481049e04c7a4bf9d (diff) | |
download | guix-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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnuzilla.scm | 2 |
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) |