From 7313a8aaa0f66cda9eb40aa481049e04c7a4bf9d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 19 Oct 2020 15:39:07 -0400 Subject: [PATCH] gnu: icecat: Refer to the correct node variable. * gnu/packages/gnuzilla.scm (icecat)[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 06b00038bd..20aa77e2ad 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -791,7 +791,7 @@ (define-public icecat ("llvm" ,llvm) ("clang" ,clang) ("perl" ,perl) - ("node" ,node-10.22) + ("node" ,node) ("python" ,python) ("python-2" ,python-2) ("python2-pysqlite" ,python2-pysqlite)