guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: icedove: Refer to the correct node variable.


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

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

commit d0bff5dd6dbfa89b7360c0f3fa5a77f73c496cb0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 19 15:40:42 2020 -0400

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



reply via email to

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