gnu: mozjs: Build with Rust 1.41.
* gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from RUST to RUST-1.41.master
parent
79be6a9857
commit
f0f53a817a
|
@ -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)
|
||||
|
|
Reference in New Issue