guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: icecat: Refer to the correct node variable.


From: guix-commits
Subject: 03/04: gnu: icecat: Refer to the correct node variable.
Date: Mon, 19 Oct 2020 15:42:14 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 7313a8aaa0f66cda9eb40aa481049e04c7a4bf9d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 19 15:39:07 2020 -0400

    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 06b0003..20aa77e 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]