me
/
guix
Archived
1
0
Fork 0

gnu: mozjs: Build with Rust 1.41.

* gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from RUST to RUST-1.41.
master
Marius Bakke 2021-05-13 13:44:53 +02:00
parent 79be6a9857
commit f0f53a817a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)