diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-10-19 15:39:07 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-10-19 15:41:36 -0400 |
commit | 7313a8aaa0f66cda9eb40aa481049e04c7a4bf9d (patch) | |
tree | af2efee1451a80944b342f39edbffe4d1d2077f5 /gnu | |
parent | 4d739cc765fe5a0f19f80be889ceb9dab7999dba (diff) | |
download | guix-7313a8aaa0f66cda9eb40aa481049e04c7a4bf9d.tar.gz |
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.
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 06b00038bd..20aa77e2ad 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -791,7 +791,7 @@ from forcing GEXP-PROMISE." ("llvm" ,llvm) ("clang" ,clang) ("perl" ,perl) - ("node" ,node-10.22) + ("node" ,node) ("python" ,python) ("python-2" ,python-2) ("python2-pysqlite" ,python2-pysqlite) |