guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: mozjs: Build with Rust 1.41.


From: guix-commits
Subject: 13/15: gnu: mozjs: Build with Rust 1.41.
Date: Thu, 13 May 2021 11:05:52 -0400 (EDT)

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

commit f0f53a817ab4c1d5052d12df9b9a7c6befb9cd65
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu May 13 13:44:53 2021 +0200

    gnu: mozjs: Build with Rust 1.41.
    
    * gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from RUST to 
RUST-1.41.
---
 gnu/packages/gnuzilla.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 00c8cc6..bca72b6 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -550,8 +550,8 @@ in C/C++.")
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
        ("python" ,python-3)
-       ("rust" ,rust)
-       ("cargo" ,rust "cargo")))
+       ("rust" ,rust-1.41)
+       ("cargo" ,rust-1.41 "cargo")))
     (inputs
      `(("icu4c" ,icu4c-68)
        ("readline" ,readline)



reply via email to

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