From d0bff5dd6dbfa89b7360c0f3fa5a77f73c496cb0 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 19 Oct 2020 15:40:42 -0400 Subject: 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. --- gnu/packages/gnuzilla.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3