[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)
- branch core-updates updated (09a1e17 -> f5ca7e7), guix-commits, 2021/05/13
- 04/15: gnu: cairo: Remove duplicate input., guix-commits, 2021/05/13
- 11/15: gnu: libwebp: Update to 1.2.0., guix-commits, 2021/05/13
- 08/15: gnu: python-pytest-asyncio: Update to 0.15.1., guix-commits, 2021/05/13
- 13/15: gnu: mozjs: Build with Rust 1.41.,
guix-commits <=
- 01/15: gnu: Fix references to unbound variables., guix-commits, 2021/05/13
- 03/15: gnu: GTK+: Remove unused inputs., guix-commits, 2021/05/13
- 10/15: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/05/13
- 15/15: gnu: elogind: Fix build failure with GCC 10., guix-commits, 2021/05/13
- 12/15: gnu: shepherd: Decrease optimization level., guix-commits, 2021/05/13
- 07/15: gnu: librsvg: Update to 2.50.5., guix-commits, 2021/05/13
- 06/15: gnu: librsvg: Build with Rust 1.48., guix-commits, 2021/05/13
- 02/15: gnu: freeglut: Fix build with GCC 10., guix-commits, 2021/05/13
- 05/15: gnu: Rust: Export all versions., guix-commits, 2021/05/13
- 14/15: gnu: mozjs: Update to 78.10.1., guix-commits, 2021/05/13